Skip to content

Commit 6b949b0

Browse files
Remove commented out ruff settings
1 parent 8835525 commit 6b949b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@ lint.ignore = [
164164
# Ignore "too-many-*" errors as they seem to get in the way more than
165165
# helping.
166166
"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",
172167
]
173168

174169
lint.per-file-ignores."ci/test_custom_linters.py" = [

0 commit comments

Comments
 (0)