Skip to content

Commit 22e5408

Browse files
committed
fix ruff lint exceptions
1 parent 43979bd commit 22e5408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ ignore = [
193193
"ARG001", # Unused function argument
194194
"D", # Missing docstring
195195
"INP001", # tests-dir should not be a python-package
196+
"PLC0415", # import should be at the top-level of a file
196197
"S101", # Use of `assert` detected
197198
]
198199

199-
200200
[tool.uv]
201201
package = true
202202
default-groups = "all"

0 commit comments

Comments
 (0)