Skip to content

Commit cecf7a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.1...v0.9.2)
1 parent 5666038 commit cecf7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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.19.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.9.2
1818
hooks:
1919
- id: ruff
2020
args: ['--fix', '--exit-non-zero-on-fix']

0 commit comments

Comments
 (0)