Skip to content

Commit 45e12d4

Browse files
[pre-commit.ci] Updating git hooks.
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.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6)
1 parent cb909fd commit 45e12d4

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
@@ -21,14 +21,14 @@ repos:
2121
- --markdown-linebreak-ext=md
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.19.0
24+
rev: v3.19.1
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- "--py39-plus"
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.8.1"
31+
rev: "v0.8.6"
3232
hooks:
3333
- id: ruff
3434
args:

0 commit comments

Comments
 (0)