Skip to content

Commit ad5f582

Browse files
committed
Update pre-commit lints
1 parent ef05561 commit ad5f582

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude: |
99
)$
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: debug-statements
1515
exclude: |
@@ -25,11 +25,11 @@ repos:
2525
rev: v1.0.0
2626
hooks:
2727
- id: sphinx-lint
28-
args: ["."]
28+
args: ["-i", ".pixi", "."]
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.7.3
30+
rev: v0.14.0
3131
hooks:
32-
- id: ruff
32+
- id: ruff-check
3333
types_or: [python, pyi, jupyter]
3434
args: ["--fix", "--output-format=full"]
3535
- id: ruff-format

0 commit comments

Comments
 (0)