Update pre-commit-config.yaml
- Switch to ruff format - Update lint tool versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user