Skip to content

Commit 40cfbcf

Browse files
authoredJan 20, 2025
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.9.2](astral-sh/ruff-pre-commit@v0.7.2...v0.9.2) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent f60f368 commit 40cfbcf

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
@@ -20,7 +20,7 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: 'v0.7.2'
23+
rev: 'v0.9.2'
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]
@@ -31,7 +31,7 @@ repos:
3131
- id: codespell
3232
additional_dependencies: ["tomli"]
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.19.0
34+
rev: v3.19.1
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py38-plus]

0 commit comments

Comments
 (0)