Skip to content

Commit 2d60f57

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.4...v0.1.6) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3)
1 parent 955f779 commit 2d60f57

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
@@ -11,18 +11,18 @@ repos:
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.1.6"
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: 23.11.0
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.3
2626
hooks:
2727
- id: prettier
2828
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)