Skip to content

Commit 77bc499

Browse files
committed
updating to ignore imports beyond headers, ruff versioning change introduced new errors
1 parent cee7a00 commit 77bc499

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ build_cmd = "build"
5252
fix = true
5353
show-fixes = true
5454
extend-include = ["*.ipynb"]
55+
extend-ignore = ["PLC0415"]
5556

5657
[tool.ruff.lint]
5758
extend-select = ["E", "W", "YTT", "ASYNC", "BLE", "B", "A",

0 commit comments

Comments
 (0)