Skip to content

Commit 06173b5

Browse files
committed
Merge branch 'release/0.2.0'
2 parents e0e3a06 + b9acd50 commit 06173b5

File tree

3 files changed

+281
-454
lines changed

3 files changed

+281
-454
lines changed

.flake8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ ignore =
9191
; Do not perform function calls in argument defaults.
9292
B008,
9393

94-
; all init files
95-
__init__.py:
96-
; ignore not used imports
97-
F401,
98-
; ignore import with wildcard
99-
F403,
100-
; Found wrong metadata variable
101-
WPS410,
102-
10394
per-file-ignores =
10495
; all tests
10596
test_*.py,tests.py,tests_*.py,*/tests/*:
@@ -114,6 +105,15 @@ per-file-ignores =
114105
; Found complex default value
115106
WPS404,
116107

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

0 commit comments

Comments
 (0)