We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068ddd8 commit 5056632Copy full SHA for 5056632
ruff.toml
@@ -1,6 +1,6 @@
1
-select = ["E", "F", "G004", "W"]
+lint.select = ["E", "F", "G004", "W"]
2
extend-exclude = ["docs", "nodeset", "schemas", "*_auto.py", "event_objects.py", "standard_address_space_services.py"]
3
line-length = 999
4
-[per-file-ignores]
+[lint.per-file-ignores]
5
"__init__.py" = ["F401", "F403"]
6
"examples/*" = ["F841", "E402"]
0 commit comments