Skip to content

Commit e0d4091

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.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.1](psf/black@23.11.0...23.12.1)
1 parent 61c4cc2 commit e0d4091

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
@@ -14,20 +14,20 @@ repos:
1414
args: [--fix, lf]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: "v4.0.0-alpha.4"
17+
rev: "v4.0.0-alpha.8"
1818
hooks:
1919
- id: prettier
2020
exclude_types: ["markdown"]
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/asottile/pyupgrade
2626
rev: v3.15.0
2727
hooks:
2828
- id: pyupgrade
2929
- repo: https://github.com/psf/black
30-
rev: 23.11.0
30+
rev: 23.12.1
3131
hooks:
3232
- name: black
3333
id: black

0 commit comments

Comments
 (0)