Skip to content

Commit 7e5aeb3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.21.1](asottile/pyupgrade@v3.19.0...v3.21.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.14.4](astral-sh/ruff-pre-commit@v0.8.1...v0.14.4) - [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 5666038 commit 7e5aeb3

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
@@ -8,19 +8,19 @@ repos:
88
hooks:
99
- id: check-pre-commit-ci-config
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.19.0
11+
rev: v3.21.1
1212
hooks:
1313
- id: pyupgrade
1414
args:
1515
['--keep-runtime-typing', '--py311-plus']
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.8.1
17+
rev: v0.14.4
1818
hooks:
1919
- id: ruff
2020
args: ['--fix', '--exit-non-zero-on-fix']
2121
- id: ruff-format
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v5.0.0
23+
rev: v6.0.0
2424
hooks:
2525
- id: check-added-large-files
2626
- id: check-ast

0 commit comments

Comments
 (0)