Skip to content

Commit 64d9600

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.1...v0.9.4) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1)
1 parent d4d0aaf commit 64d9600

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.5.0'
3+
rev: 'v5.0.0'
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.9.1
7+
rev: v0.9.4
88
hooks:
99
- id: ruff
1010
types_or: [ python, pyi ]
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: yesqa
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v4.5.0'
21+
rev: 'v5.0.0'
2222
hooks:
2323
- id: end-of-file-fixer
2424
exclude: >-
@@ -48,7 +48,7 @@ repos:
4848
- id: detect-private-key
4949
exclude: ^tests/
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: 'v3.15.0'
51+
rev: 'v3.19.1'
5252
hooks:
5353
- id: pyupgrade
5454
args: ['--py39-plus', '--keep-mock']

0 commit comments

Comments
 (0)