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.
2 parents 8b012c7 + 8a0bd3b commit 56bc88dCopy full SHA for 56bc88d
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
- id: debug-statements
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.8.6
+ rev: v0.9.4
18
hooks:
19
- id: ruff
20
args: ["--fix", "--show-fixes"]
21
- id: ruff-format
22
23
- repo: https://github.com/scientific-python/cookie
24
- rev: 2024.08.19
+ rev: 2025.01.22
25
26
- id: sp-repo-review
27
pyproject.toml
@@ -219,8 +219,6 @@ ignore = [
219
"Q003",
220
"COM812",
221
"COM819",
222
- "ISC001",
223
- "ISC002",
224
]
225
226
[tool.ruff.lint.extend-per-file-ignores]
0 commit comments