Upgrade pre-commit

This commit is contained in:
Stavros Korokithakis 2023-11-23 14:03:02 +02:00
parent f561a01cc5
commit d344625407
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -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: