Skip to content

Commit 169c062

Browse files
committed
Updated dependencies and minimum python version.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 36982b1 commit 169c062

File tree

4 files changed

+294
-466
lines changed

4 files changed

+294
-466
lines changed

.flake8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,6 @@ ignore =
9393
; Found protected attribute
9494
WPS437,
9595

96-
; all init files
97-
__init__.py:
98-
; ignore not used imports
99-
F401,
100-
; ignore import with wildcard
101-
F403,
102-
; Found wrong metadata variable
103-
WPS410,
104-
10596
per-file-ignores =
10697
; all tests
10798
test_*.py,tests.py,tests_*.py,*/tests/*:
@@ -116,6 +107,15 @@ per-file-ignores =
116107
; Found complex default value
117108
WPS404,
118109

110+
; all init files
111+
__init__.py:
112+
; ignore not used imports
113+
F401,
114+
; ignore import with wildcard
115+
F403,
116+
; Found wrong metadata variable
117+
WPS410,
118+
119119
exclude =
120120
./.git,
121121
./venv,

0 commit comments

Comments
 (0)