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: hooks:
- id: black - id: black
- repo: https://github.com/asottile/reorder_python_imports - repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0 rev: v3.12.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: '5.0.4' rev: 'v0.1.6'
hooks: hooks:
- id: flake8 - id: ruff
args: ["--max-line-length=1000"]
language_version: python3
- repo: https://github.com/pycqa/pydocstyle - repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1 rev: 6.3.0
hooks: hooks:
- id: pydocstyle - id: pydocstyle
args: args: