Skip to content

Commit 2117139

Browse files
[pre-commit.ci] pre-commit autoupdate (#419)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/sphinx-contrib/sphinx-lint: v1.0.1 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.1...v1.0.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 31e4562 commit 2117139

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
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.5
12+
rev: v0.14.6
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: autoflake
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.21.1
29+
rev: v3.21.2
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py310-plus]
@@ -97,7 +97,7 @@ repos:
9797
args: [--autofix]
9898

9999
- repo: https://github.com/sphinx-contrib/sphinx-lint
100-
rev: v1.0.1
100+
rev: v1.0.2
101101
hooks:
102102
- id: sphinx-lint
103103

0 commit comments

Comments
 (0)