11
.flake8
11
.flake8
@ -65,6 +65,11 @@ ignore =
|
||||
; Found function with too much cognitive complexity
|
||||
WPS231,
|
||||
|
||||
per-file-ignores =
|
||||
; all tests
|
||||
test_*.py,tests.py,tests_*.py,*/tests/*:
|
||||
; Use of assert detected
|
||||
S101,
|
||||
; all init files
|
||||
__init__.py:
|
||||
; ignore not used imports
|
||||
@ -74,12 +79,6 @@ ignore =
|
||||
; Found wrong metadata variable
|
||||
WPS410,
|
||||
|
||||
per-file-ignores =
|
||||
; all tests
|
||||
test_*.py,tests.py,tests_*.py,*/tests/*:
|
||||
; Use of assert detected
|
||||
S101,
|
||||
|
||||
exclude =
|
||||
./.git,
|
||||
./venv,
|
||||
|
Reference in New Issue
Block a user