Skip to content

Commit 67b3e33

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1) - [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 f600e40 commit 67b3e33

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
@@ -28,19 +28,19 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.12.0
31+
rev: 5.13.2
3232
hooks:
3333
- id: isort
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black
37-
rev: 23.10.1
37+
rev: 23.12.1
3838
hooks:
3939
- id: black
4040

4141
# Autoformat: markdown, yaml
4242
- repo: https://github.com/pre-commit/mirrors-prettier
43-
rev: v3.0.3
43+
rev: v4.0.0-alpha.8
4444
hooks:
4545
- id: prettier
4646

0 commit comments

Comments
 (0)