Skip to content

Commit b85f45b

Browse files
committed
Merge branch 'release/0.2.0'
2 parents c940ff0 + 7b675eb commit b85f45b

File tree

3 files changed

+290
-467
lines changed

3 files changed

+290
-467
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)