We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3338c66 commit 989ce87Copy full SHA for 989ce87
.flake8
@@ -91,15 +91,6 @@ ignore =
91
; Do not perform function calls in argument defaults.
92
B008,
93
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
-
103
per-file-ignores =
104
; all tests
105
test_*.py,tests.py,tests_*.py,*/tests/*:
@@ -114,6 +105,15 @@ per-file-ignores =
114
; Found complex default value
115
106
WPS404,
116
107
108
+ ; all init files
109
+ __init__.py:
110
+ ; ignore not used imports
111
+ F401,
112
+ ; ignore import with wildcard
113
+ F403,
+ ; Found wrong metadata variable
+ WPS410,
+
117
exclude =
118
./.git,
119
./venv,
0 commit comments