Skip to content

Commit d72922f

Browse files
committed
Updated deps, fixed lints.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent a65bc4f commit d72922f

File tree

3 files changed

+249
-402
lines changed

3 files changed

+249
-402
lines changed

.flake8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ ignore =
6969
; Found function with too much cognitive complexity
7070
WPS231,
7171

72-
; all init files
73-
__init__.py:
74-
; ignore not used imports
75-
F401,
76-
; ignore import with wildcard
77-
F403,
78-
; Found wrong metadata variable
79-
WPS410,
80-
8172
per-file-ignores =
8273
; all tests
8374
test_*.py,tests.py,tests_*.py,*/tests/*:
@@ -96,6 +87,15 @@ per-file-ignores =
9687
; Found too many arguments
9788
WPS211,
9889

90+
; all init files
91+
__init__.py:
92+
; ignore not used imports
93+
F401,
94+
; ignore import with wildcard
95+
F403,
96+
; Found wrong metadata variable
97+
WPS410,
98+
9999

100100
exclude =
101101
./.git,

0 commit comments

Comments
 (0)