This commit is contained in:
Fabio Caccamo 2022-10-18 14:19:28 +02:00
commit 947f465a57
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/ambv/black
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
@ -14,8 +14,8 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
exclude: "setup.py|tests"