File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,16 @@ repos:
1717 - id : check-added-large-files
1818
1919 - repo : https://github.com/psf/black
20- rev : 744d23b34800c06e10272149b70752396e90eeb8 # frozen: 23.10.1
20+ rev : 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c # frozen: 23.11.0
2121 hooks :
2222 - id : black
2323
2424 - repo : https://github.com/pre-commit/mirrors-prettier
25- rev : fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0 .3
25+ rev : 1bedde25f5cae9b6e8799b161ccc3ab401f421bd # frozen: v4.0.0-alpha .3
2626 hooks :
2727 - id : prettier
28- files : \.(html|md|toml|yml|yaml)
28+ entry : env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
29+ files : \.(html|md|yml|yaml)
2930 args : [--prose-wrap=preserve]
3031
3132 - repo : https://github.com/adamchainz/blacken-docs
You can’t perform that action at this time.
0 commit comments