Skip to content

Commit b79b731

Browse files
pre-commit: bump repositories
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.2...v0.12.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 73512a7 commit b79b731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: validate-pyproject
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.11.2
37+
rev: v0.12.0
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.19.1
59+
rev: v3.20.0
6060
hooks:
6161
- id: pyupgrade
6262
args: [--py38-plus]

0 commit comments

Comments
 (0)