Skip to content

Commit 5db0a17

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [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) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5)
1 parent 37e0798 commit 5db0a17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.15.0
26+
rev: v3.15.2
2727
hooks:
2828
- id: pyupgrade
2929
args: ["--py38-plus"]
@@ -46,14 +46,14 @@ repos:
4646
- "--wrap-descriptions=120"
4747

4848
- repo: https://github.com/pre-commit/mirrors-prettier
49-
rev: v3.1.0
49+
rev: v4.0.0-alpha.8
5050
hooks:
5151
- id: prettier
5252
# https://prettier.io/docs/en/options.html#print-width
5353
args: ["--print-width=120"]
5454

5555
- repo: https://github.com/psf/black
56-
rev: 23.12.1
56+
rev: 24.3.0
5757
hooks:
5858
- id: black
5959
name: Format code
@@ -73,7 +73,7 @@ repos:
7373
- mdformat_frontmatter
7474

7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.1.9
76+
rev: v0.3.5
7777
hooks:
7878
- id: ruff
7979
args: ["--fix"]

0 commit comments

Comments
 (0)