Skip to content

Commit 5ae95bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.1](asottile/pyupgrade@v3.20.0...v3.21.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.14.4](astral-sh/ruff-pre-commit@v0.12.7...v0.14.4)
1 parent 088219c commit 5ae95bb

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
@@ -3,7 +3,7 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-ast
99
- id: check-case-conflict
@@ -22,7 +22,7 @@ repos:
2222

2323
# Automatically upgrade syntax for newer versions of the language.
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.20.0
25+
rev: v3.21.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py310-plus]
@@ -70,7 +70,7 @@ repos:
7070
types_or: [css, html, json]
7171

7272
- repo: https://github.com/astral-sh/ruff-pre-commit
73-
rev: v0.12.7
73+
rev: v0.14.4
7474
hooks:
7575
# Run the linter.
7676
- id: ruff-check

0 commit comments

Comments
 (0)