Skip to content

Commit 107d8e3

Browse files
committed
Update pre-commit hooks.
1 parent 49a7a22 commit 107d8e3

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
@@ -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.9"
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.1
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.8"
3333
hooks:
3434
- id: prettier

0 commit comments

Comments
 (0)