Skip to content

Commit 50bf7ec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.12](astral-sh/ruff-pre-commit@v0.9.10...v0.11.12) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 774a6f8 commit 50bf7ec

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.9.10
7+
rev: v0.11.12
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.19.1'
51+
rev: 'v3.20.0'
5252
hooks:
5353
- id: pyupgrade
5454
args: ['--py39-plus', '--keep-mock']

0 commit comments

Comments
 (0)