Some small updates.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2023-09-22 00:18:02 +04:00
parent d9e0285bb3
commit a28019a8c8
7 changed files with 857 additions and 1173 deletions

11
.flake8
View File

@ -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,