Update pre-commit-config.yaml

- Switch to ruff format
- Update lint tool versions
This commit is contained in:
Philipp Hörist
2026-01-02 17:26:51 +01:00
parent 3c864443f6
commit fd70805de6
2 changed files with 6 additions and 11 deletions

View File

@@ -119,6 +119,7 @@ ignore = [
"N817", # CamelCase imported as acronym
"N818", # Exception name should be named with an Error suffix
"PGH003", # Use specific rule codes when ignoring type issues
"PLC0415",# `import` should be at the top-level of a file
"PLC1901",# Expression can be simplified to x as an empty string is falsey
"PLR0911",# Too many return statements
"PLR0912",# Too many branches