Skip to content

Commit 046e7fb

Browse files
pre-commit autoupdate
1 parent 4512ced commit 046e7fb

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.5.7
3+
rev: v0.14.5
44
hooks:
55
- id: ruff
66
name: Run Ruff (lint)
@@ -10,7 +10,7 @@ repos:
1010
args: [--check]
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.5.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-case-conflict
1616
- id: check-merge-conflict
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/sphinx-contrib/sphinx-lint
24-
rev: v0.9.1
24+
rev: v1.0.2
2525
hooks:
2626
- id: sphinx-lint
2727
args: [--enable=default-role]

0 commit comments

Comments
 (0)