Skip to content

Commit

Permalink
ci: Update deprecated ruff settings
Browse files Browse the repository at this point in the history
in favor of their new pendants in the lint-section.

This gets rid of warnings in ruffs execution.
  • Loading branch information
AiyionPrime authored and oroulet committed Feb 22, 2024
1 parent 068ddd8 commit 5056632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
select = ["E", "F", "G004", "W"]
lint.select = ["E", "F", "G004", "W"]
extend-exclude = ["docs", "nodeset", "schemas", "*_auto.py", "event_objects.py", "standard_address_space_services.py"]
line-length = 999
[per-file-ignores]
[lint.per-file-ignores]
"__init__.py" = ["F401", "F403"]
"examples/*" = ["F841", "E402"]

0 comments on commit 5056632

Please sign in to comment.