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 4e1d021 commit 16bc9a9Copy full SHA for 16bc9a9
pyproject.toml
@@ -127,8 +127,13 @@ lint.ignore = [
127
"PLR0913",
128
]
129
130
+lint.per-file-ignores."docs/source/*.py" = [
131
+ # Allow asserts in docs.
132
+ "S101",
133
+]
134
+
135
lint.per-file-ignores."tests/*.py" = [
- # Do not require tests to have a one-line summary.
136
+ # Allow asserts in tests.
137
"S101",
138
139
0 commit comments