Skip to content

Commit 3fa3968

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.21 → v0.22](abravalheri/validate-pyproject@v0.21...v0.22) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1)
1 parent 4b98021 commit 3fa3968

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
@@ -5,7 +5,7 @@ repos:
55
#
66

77
- repo: https://github.com/abravalheri/validate-pyproject
8-
rev: v0.21
8+
rev: v0.22
99
hooks:
1010
- id: validate-pyproject
1111
fail_fast: true
@@ -60,13 +60,13 @@ repos:
6060
- id: rm-unneeded-f-str
6161

6262
- repo: https://github.com/asottile/pyupgrade
63-
rev: v3.18.0
63+
rev: v3.19.0
6464
hooks:
6565
- id: pyupgrade
6666
args: [--py38-plus]
6767

6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.7.0
69+
rev: v0.7.1
7070
hooks:
7171
- id: ruff
7272
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)