Skip to content

Commit 9f35d53

Browse files
committed
Updated python version and dependencies.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent a46b385 commit 9f35d53

3 files changed

Lines changed: 176 additions & 382 deletions

File tree

.flake8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,6 @@ ignore =
9393
; Found a too complex `f` string
9494
WPS237,
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)