Reformat again

This commit is contained in:
2022-07-21 13:40:09 +01:00
parent a5fd7d60fd
commit e5a14b2c91
29 changed files with 114 additions and 101 deletions

View File

@@ -1,13 +1,17 @@
repos:
- repo: https://github.com/ambv/black
rev: 22.3.0
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
args:
- --line-length=120
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
args:
- "--max-line-length=120"
- id: flake8
args: [--max-line-length=120]