mirror of
https://github.com/FreeOpcUa/opcua-asyncio
synced 2025-10-29 17:07:18 +08:00
in favor of their new pendants in the lint-section. This gets rid of warnings in ruffs execution.
7 lines
264 B
TOML
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"]
|