Files

4 lines
71 B
TOML
Raw Permalink Normal View History

2025-05-13 16:27:20 +02:00
[tool.ruff.lint]
2023-11-18 14:04:43 +00:00
ignore = ["E501","E711","E712"]
2025-05-13 16:27:20 +02:00
extend-select = ["I"]