Skip to content

Commit e0116f8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.9.1](astral-sh/ruff-pre-commit@v0.7.2...v0.9.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent f60f368 commit e0116f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.1'
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)