Skip to content

Commit 9e117bc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8) - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.7)
1 parent 49a7a22 commit 9e117bc

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
@@ -15,20 +15,20 @@ repos:
1515
args: [--fix, lf]
1616
- id: trailing-whitespace
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.1.7"
18+
rev: "v0.1.8"
1919
hooks:
2020
- id: ruff
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.13.0
22+
rev: 5.13.2
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/psf/black
26-
rev: 23.11.0
26+
rev: 23.12.0
2727
hooks:
2828
- name: black
2929
id: black
3030
args: ["--line-length", "79"]
3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: "v4.0.0-alpha.4"
32+
rev: "v4.0.0-alpha.7"
3333
hooks:
3434
- id: prettier

0 commit comments

Comments
 (0)