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.
1 parent 375af76 commit 76740c0Copy full SHA for 76740c0
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: check-yaml
13
- id: requirements-txt-fixer
14
- repo: https://github.com/pre-commit/mirrors-prettier
15
- rev: v4.0.0-alpha.4
+ rev: v4.0.0-alpha.7
16
hooks:
17
- id: prettier
18
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -34,11 +34,11 @@ repos:
34
## - isort
35
## === ##
36
- repo: https://github.com/PyCQA/isort
37
- rev: 5.13.0
+ rev: 5.13.2
38
39
- id: isort
40
- repo: https://github.com/psf/black
41
- rev: 23.11.0
+ rev: 23.12.0
42
43
- id: black # black-jupyter
44
## >>> black and isort ##
0 commit comments