Skip to content

Commit 0663b34

Browse files
committed
chore: upgrade pre-commit hooks
1 parent a1b488f commit 0663b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ exclude: |
88
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
1515
- id: mixed-line-ending
1616
args: ["-f=lf"]
1717
- repo: https://github.com/charliermarsh/ruff-pre-commit
18-
rev: "v0.6.1"
18+
rev: "v0.8.1"
1919
hooks:
2020
- id: ruff
2121
args: ["--fix"]
@@ -24,7 +24,7 @@ repos:
2424

2525
# documentation
2626
- repo: https://github.com/sphinx-contrib/sphinx-lint
27-
rev: v0.9.1
27+
rev: v1.0.0
2828
hooks:
2929
- id: sphinx-lint
3030
args: [--enable=default-role]

0 commit comments

Comments
 (0)