1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00

ci: Update deprecated ruff settings

in favor of their new pendants in the lint-section.

This gets rid of warnings in ruffs execution.
This commit is contained in:
Jan-Niklas Burfeind
2024-02-22 12:06:41 +01:00
committed by oroulet
parent 068ddd8ad6
commit 50566320c3

View File

@@ -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"]