Skip to content

Commit 1ecd376

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.4.4](astral-sh/ruff-pre-commit@v0.1.4...v0.4.4) - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
1 parent a2b4459 commit 1ecd376

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: mixed-line-ending
1111
args: [--fix=lf]
1212
- id: debug-statements
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.1.4"
14+
rev: "v0.4.4"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
1818
exclude: "tests/input/"
1919
- repo: https://github.com/psf/black
20-
rev: 23.10.1
20+
rev: 24.4.2
2121
hooks:
2222
- id: black
2323
args: [--safe, --line-length=120]
2424
- repo: https://github.com/pre-commit/mirrors-prettier
25-
rev: v3.0.3
25+
rev: v4.0.0-alpha.8
2626
hooks:
2727
- id: prettier
2828
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)