Skip to content

Commit 3f5bf6b

Browse files
[pre-commit.ci] pre-commit autoupdate
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/rhysd/actionlint: v1.7.8 → v1.7.9](rhysd/actionlint@v1.7.8...v1.7.9)
1 parent 99475c7 commit 3f5bf6b

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
@@ -13,12 +13,12 @@ repos:
1313
- id: check-yaml
1414
- id: debug-statements
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.5
16+
rev: v0.14.6
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.21.1
21+
rev: v3.21.2
2222
hooks:
2323
- id: pyupgrade
2424
- repo: https://github.com/asottile/yesqa
@@ -52,7 +52,7 @@ repos:
5252
hooks:
5353
- id: python-use-type-annotations
5454
- repo: https://github.com/rhysd/actionlint
55-
rev: v1.7.8
55+
rev: v1.7.9
5656
hooks:
5757
- id: actionlint-docker
5858
args:

0 commit comments

Comments
 (0)