flake8 async deactivate
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user