Skip to content

Commit 56bc88d

Browse files
authored
Merge branch 'main' into dont-overwrite-codec-config
2 parents 8b012c7 + 8a0bd3b commit 56bc88d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
- id: debug-statements
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.8.6
17+
rev: v0.9.4
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/scientific-python/cookie
24-
rev: 2024.08.19
24+
rev: 2025.01.22
2525
hooks:
2626
- id: sp-repo-review
2727

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ ignore = [
219219
"Q003",
220220
"COM812",
221221
"COM819",
222-
"ISC001",
223-
"ISC002",
224222
]
225223

226224
[tool.ruff.lint.extend-per-file-ignores]

0 commit comments

Comments
 (0)