forked from Github-Mirrors/canaille
Updated pre-commit
This commit is contained in:
parent
b9931da33d
commit
9393f0b98e
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ repos:
|
|||
- id: end-of-file-fixer
|
||||
- id: check-toml
|
||||
- repo: https://github.com/PyCQA/autoflake
|
||||
rev: v2.0.2
|
||||
rev: v2.1.1
|
||||
hooks:
|
||||
- id: autoflake
|
||||
- repo: https://github.com/hadialqattan/pycln
|
||||
|
@ -22,7 +22,7 @@ repos:
|
|||
- id: reorder-python-imports
|
||||
args: ["--application-directories", "canaille"]
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.3.1
|
||||
rev: v3.4.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py37-plus"]
|
||||
|
|
Loading…
Reference in a new issue