We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 809f511 + 97ce87c commit 40682d7Copy full SHA for 40682d7
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
24
# Autoformat: Python code
25
- repo: https://github.com/psf/black
26
- rev: 23.10.1
+ rev: 23.12.1
27
hooks:
28
- id: black
29
args:
@@ -36,15 +36,15 @@ repos:
36
37
38
- repo: https://github.com/pycqa/isort
39
- rev: 5.12.0
+ rev: 5.13.2
40
41
- id: isort
42
43
- --profile=black
44
45
# Autoformat: markdown
46
- repo: https://github.com/pre-commit/mirrors-prettier
47
- rev: v3.0.3
+ rev: v4.0.0-alpha.8
48
49
- id: prettier
50
files: ".md"
0 commit comments