run pyupgrade for python3.9

This commit is contained in:
Robert Resch 2022-02-11 22:22:38 +01:00
parent f8045c3be5
commit a6593df48a
3 changed files with 13 additions and 13 deletions

View file

@ -9,9 +9,9 @@ repos:
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
args:
@ -38,7 +38,7 @@ repos:
<<: &python-files
files: ^(bumper/.+)?[^/]+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.1
rev: 1.7.2
hooks:
- id: bandit
args: