Upgrade pre-commit
This commit is contained in:
parent
453a81e37f
commit
8f781d5053
@ -1,14 +1,14 @@
|
||||
repos:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 22.3.0
|
||||
rev: 22.10.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
rev: v3.0.1
|
||||
rev: v3.9.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
rev: '3.9.2'
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: '5.0.4'
|
||||
hooks:
|
||||
- id: flake8
|
||||
args: ["--max-line-length=1000"]
|
||||
|
Loading…
Reference in New Issue
Block a user