Skip to content

Commit c2525f5

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#347)
<!--pre-commit.ci start--> 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) <!--pre-commit.ci end-->
2 parents a68981f + 6cfdfd2 commit c2525f5

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
@@ -31,14 +31,14 @@ repos:
3131
- id: python-use-type-annotations
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.19.0
34+
rev: v3.19.1
3535
hooks:
3636
- id: pyupgrade
3737
args:
3838
- "--py39-plus"
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.8.1"
41+
rev: "v0.8.6"
4242
hooks:
4343
- id: ruff
4444
args:

0 commit comments

Comments
 (0)