We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8b366 commit 59d2487Copy full SHA for 59d2487
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: sort-simple-yaml
21
- id: trailing-whitespace
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: 'v0.11.13'
+ rev: 'v0.12.5'
24
hooks:
25
- id: ruff-check
26
args: [--fix, --exit-non-zero-on-fix]
pyproject.toml
@@ -112,6 +112,7 @@ show-fixes = true
112
[tool.ruff.lint]
113
ignore = [
114
"ISC001", # single-line-implicit-string-concatenation
115
+ "PLC0415", # import-outside-top-level
116
"PLR2004", # magic-value-comparison
117
"PLW2901", # redefined-loop-name
118
"RET501", # unnecessary-return-none
0 commit comments