We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee7a00 commit 77bc499Copy full SHA for 77bc499
1 file changed
pyproject.toml
@@ -52,6 +52,7 @@ build_cmd = "build"
52
fix = true
53
show-fixes = true
54
extend-include = ["*.ipynb"]
55
+extend-ignore = ["PLC0415"]
56
57
[tool.ruff.lint]
58
extend-select = ["E", "W", "YTT", "ASYNC", "BLE", "B", "A",
0 commit comments