We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43979bd commit 22e5408Copy full SHA for 22e5408
1 file changed
pyproject.toml
@@ -193,10 +193,10 @@ ignore = [
193
"ARG001", # Unused function argument
194
"D", # Missing docstring
195
"INP001", # tests-dir should not be a python-package
196
+ "PLC0415", # import should be at the top-level of a file
197
"S101", # Use of `assert` detected
198
]
199
-
200
[tool.uv]
201
package = true
202
default-groups = "all"
0 commit comments