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 e8696bf commit 546f0dbCopy full SHA for 546f0db
pyproject.toml
@@ -176,7 +176,6 @@ pydocstyle.convention = "google"
176
"S404", # subprocess calls are for tests
177
"S603", # do not require `shell=True`
178
"S607", # partial executable paths
179
- "SLF001", # Allow private property/method access
180
]
181
182
[tool.mypy]
setup.cfg
@@ -27,20 +27,8 @@ select = WPS, E999
27
28
per-file-ignores =
29
tests/*:
30
- # Allow private property/method access
31
- SLF001
32
-
33
- # Allow unused variables
34
- WPS122
35
36
- # Allow >7 methods
37
- WPS214
38
39
# Allow string literal overuse
40
WPS226
41
42
# Allow magic strings
43
WPS432
44
45
- # Allow noqa overuse
46
- WPS402
0 commit comments