Merge pull request #4269 from asottile/upgrade_hooks
Upgrade pre-commit hooks
This commit is contained in:
commit
196a739f58
|
@ -24,12 +24,12 @@ repos:
|
|||
- id: flake8
|
||||
language_version: python3
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
rev: v1.3.2
|
||||
rev: v1.3.3
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
args: ['--application-directories=.:src']
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v1.8.0
|
||||
rev: v1.10.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--keep-percent-format]
|
||||
|
|
Loading…
Reference in New Issue