This commit is contained in:
2023-09-28 15:51:28 +03:00
parent a32a18893e
commit 2c72189055
3 changed files with 9 additions and 8 deletions

View File

@@ -23,20 +23,20 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/timothycrosley/isort
rev: 5.5.3
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 23.9.1
hooks:
- id: black
args:
- --line-length=100
- --skip-string-normalization
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
args: