Skip to content

Commit 5056632

Browse files
AiyionPrimeoroulet
authored andcommitted
ci: Update deprecated ruff settings
in favor of their new pendants in the lint-section. This gets rid of warnings in ruffs execution.
1 parent 068ddd8 commit 5056632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
select = ["E", "F", "G004", "W"]
1+
lint.select = ["E", "F", "G004", "W"]
22
extend-exclude = ["docs", "nodeset", "schemas", "*_auto.py", "event_objects.py", "standard_address_space_services.py"]
33
line-length = 999
4-
[per-file-ignores]
4+
[lint.per-file-ignores]
55
"__init__.py" = ["F401", "F403"]
66
"examples/*" = ["F841", "E402"]

0 commit comments

Comments
 (0)