flake8 async deactivate

This commit is contained in:
2024-05-19 20:48:58 +00:00
parent 4041087c28
commit f100f00c0d

View File

@@ -39,7 +39,7 @@ repos:
- id: flake8 - id: flake8
additional_dependencies: [pep8-naming, flake8-bugbear] additional_dependencies: [pep8-naming, flake8-bugbear]
exclude: __init__.py exclude: __init__.py
args: [ "--ignore=E501,F821,E704", "--max-line-length=120" ] args: [ "-j1", "--ignore=E501,F821,E704", "--max-line-length=120" ]
# Форматирует код под PEP8 c помощью black # Форматирует код под PEP8 c помощью black
- repo: https://github.com/psf/black - repo: https://github.com/psf/black