pyproject: use UP ruff linting option

This commit is contained in:
Aleix Conchillo Flaqué
2026-04-16 09:18:52 -07:00
parent 1c4ffb7845
commit 12b8af3d89

View File

@@ -194,6 +194,7 @@ line-length = 100
select = [
"D", # Docstring rules
"I", # Import rules
"UP", # Modern Python
]
ignore = [
"D105", # Missing docstring in magic methods (__str__, __repr__, etc.)