Skip to content

Commit 3241834

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.20.0](asottile/pyupgrade@v3.19.0...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.12.10](astral-sh/ruff-pre-commit@v0.7.1...v0.12.10) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent e2e8f12 commit 3241834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.19.0
5+
rev: v3.20.0
66
hooks:
77
- id: pyupgrade
88
args: ['--keep-runtime-typing', '--py39-plus']
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.1
10+
rev: v0.12.10
1111
hooks:
1212
- id: ruff
1313
args: ['--fix', '--exit-non-zero-on-fix']
1414
- id: ruff-format
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: end-of-file-fixer

0 commit comments

Comments
 (0)