Adding upstream version 2.4.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
04f52dcd68
commit
ef2f46d535
4 changed files with 8 additions and 5 deletions
|
@ -21,7 +21,7 @@ repos:
|
|||
exclude: ^identify/vendor/licenses\.py$
|
||||
additional_dependencies: [flake8-typing-imports==1.10.1]
|
||||
- repo: https://github.com/pre-commit/mirrors-autopep8
|
||||
rev: v1.5.7
|
||||
rev: v1.6.0
|
||||
hooks:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
|
@ -35,11 +35,11 @@ repos:
|
|||
- id: add-trailing-comma
|
||||
args: [--py36-plus]
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.29.1
|
||||
rev: v2.31.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py36-plus]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.930
|
||||
rev: v0.931
|
||||
hooks:
|
||||
- id: mypy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue