Skip to content

Commit 97ce87c

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

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
@@ -23,7 +23,7 @@ repos:
2323

2424
# Autoformat: Python code
2525
- repo: https://github.com/psf/black
26-
rev: 23.10.1
26+
rev: 23.12.1
2727
hooks:
2828
- id: black
2929
args:
@@ -36,15 +36,15 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.12.0
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
4242
args:
4343
- --profile=black
4444

4545
# Autoformat: markdown
4646
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: v3.0.3
47+
rev: v4.0.0-alpha.8
4848
hooks:
4949
- id: prettier
5050
files: ".md"

0 commit comments

Comments
 (0)