Skip to content

Commit f02be44

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.15 → v0.5.2](astral-sh/ruff-pre-commit@v0.1.15...v0.5.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent f4f4789 commit f02be44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ exclude: |
1313
)$
1414
repos:
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.1.15
16+
rev: v0.5.2
1717
hooks:
1818
- id: ruff
1919
args: [--target-version, py37, --line-length, "80"]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.0
21+
rev: v3.16.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
2525
- repo: https://github.com/pre-commit/mirrors-prettier
26-
rev: v3.1.0
26+
rev: v4.0.0-alpha.8
2727
hooks:
2828
- id: prettier
2929
- repo: local

0 commit comments

Comments
 (0)