Skip to content

Commit 546f0db

Browse files
committed
Remove qa exceptions from tests
1 parent e8696bf commit 546f0db

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ pydocstyle.convention = "google"
176176
"S404", # subprocess calls are for tests
177177
"S603", # do not require `shell=True`
178178
"S607", # partial executable paths
179-
"SLF001", # Allow private property/method access
180179
]
181180

182181
[tool.mypy]

setup.cfg

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,8 @@ select = WPS, E999
2727

2828
per-file-ignores =
2929
tests/*:
30-
# Allow private property/method access
31-
SLF001
32-
33-
# Allow unused variables
34-
WPS122
35-
36-
# Allow >7 methods
37-
WPS214
38-
3930
# Allow string literal overuse
4031
WPS226
4132

4233
# Allow magic strings
4334
WPS432
44-
45-
# Allow noqa overuse
46-
WPS402

0 commit comments

Comments
 (0)