Upgrade pre-commit
This commit is contained in:
parent
f561a01cc5
commit
d344625407
@ -4,17 +4,15 @@ repos:
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
rev: v3.9.0
|
||||
rev: v3.12.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: '5.0.4'
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: 'v0.1.6'
|
||||
hooks:
|
||||
- id: flake8
|
||||
args: ["--max-line-length=1000"]
|
||||
language_version: python3
|
||||
- id: ruff
|
||||
- repo: https://github.com/pycqa/pydocstyle
|
||||
rev: 6.1.1
|
||||
rev: 6.3.0
|
||||
hooks:
|
||||
- id: pydocstyle
|
||||
args:
|
||||
|
Loading…
Reference in New Issue
Block a user