Upgrade pre-commit

This commit is contained in:
Stavros Korokithakis 2022-11-19 19:38:27 +02:00
parent 453a81e37f
commit 8f781d5053
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -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"]