flake8 async deactivate
parent
4041087c28
commit
f100f00c0d
|
@ -39,7 +39,7 @@ repos:
|
|||
- id: flake8
|
||||
additional_dependencies: [pep8-naming, flake8-bugbear]
|
||||
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
|
||||
- repo: https://github.com/psf/black
|
||||
|
|
Loading…
Reference in New Issue