Skip to content

Commit cefe61c

Browse files
[pre-commit.ci] pre-commit autoupdate (#68)
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3f84de0 commit cefe61c

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,7 +21,7 @@ repos:
2121
- id: mixed-line-ending
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.17.0
24+
rev: v3.19.1
2525
hooks:
2626
- id: pyupgrade
2727
args:
@@ -33,7 +33,7 @@ repos:
3333
- id: blackdoc
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.6.9
36+
rev: v0.8.6
3737
hooks:
3838
- id: ruff
3939
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)