1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
Files
opcua-asyncio/ruff.toml
Jan-Niklas Burfeind 50566320c3 ci: Update deprecated ruff settings
in favor of their new pendants in the lint-section.

This gets rid of warnings in ruffs execution.
2024-02-22 16:37:50 +01:00

7 lines
264 B
TOML

lint.select = ["E", "F", "G004", "W"]
extend-exclude = ["docs", "nodeset", "schemas", "*_auto.py", "event_objects.py", "standard_address_space_services.py"]
line-length = 999
[lint.per-file-ignores]
"__init__.py" = ["F401", "F403"]
"examples/*" = ["F841", "E402"]