Skip to content

Commit 2b49a01

Browse files
pre-commit: bump repositories
updates: - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19) - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.6.1](astral-sh/ruff-pre-commit@v0.4.9...v0.6.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
1 parent 2bb5a75 commit 2b49a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ repos:
3030
files: ^.pre-commit-config.yaml
3131
- id: trailing-whitespace
3232
- repo: https://github.com/abravalheri/validate-pyproject
33-
rev: v0.18
33+
rev: v0.19
3434
hooks:
3535
- id: validate-pyproject
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.4.9
37+
rev: v0.6.1
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --show-fixes]
@@ -56,7 +56,7 @@ repos:
5656
- id: rst-inline-touching-normal
5757
- id: text-unicode-replacement-char
5858
- repo: https://github.com/asottile/pyupgrade
59-
rev: v3.16.0
59+
rev: v3.17.0
6060
hooks:
6161
- id: pyupgrade
6262
args: [--py38-plus]

0 commit comments

Comments
 (0)