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 8835525 commit 6b949b0Copy full SHA for 6b949b0
pyproject.toml
@@ -164,11 +164,6 @@ lint.ignore = [
164
# Ignore "too-many-*" errors as they seem to get in the way more than
165
# helping.
166
"PLR0913",
167
- # Allow 'assert' in tests as it is the standard for pytest.
168
- # Also, allow 'assert' in other code as it is the standard for Python type hint
169
- # narrowing - see
170
- # https://mypy.readthedocs.io/en/stable/type_narrowing.html#type-narrowing-expressions.
171
- # "S101",
172
]
173
174
lint.per-file-ignores."ci/test_custom_linters.py" = [
0 commit comments