Skip to content

Commit ad4e7c7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.2](astral-sh/ruff-pre-commit@v0.13.2...v0.14.2) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent 5c067b2 commit ad4e7c7

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
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.13.2
7+
rev: v0.14.2
88
hooks:
99
- id: ruff
1010
types_or: [ python, pyi ]
@@ -48,7 +48,7 @@ repos:
4848
- id: detect-private-key
4949
exclude: ^tests/
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: 'v3.20.0'
51+
rev: 'v3.21.0'
5252
hooks:
5353
- id: pyupgrade
5454
args: ['--py39-plus', '--keep-mock']

0 commit comments

Comments
 (0)