File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ repos:
2828
2929 # Autoformat: Python code
3030 - repo : https://github.com/psf/black-pre-commit-mirror
31- rev : 2892f1f81088477370d4fbc56545c05d33d2493f # frozen: 25.11 .0
31+ rev : 831207fd435b47aeffdf6af853097e64322b4d44 # frozen: 25.12 .0
3232 hooks :
3333 - id : black
3434 args : [--target-version=py312]
3535
3636 # Check python code static typing
3737 - repo : https://github.com/pre-commit/mirrors-mypy
38- rev : c2738302f5cf2bfb559c1f210950badb133613ea # frozen: v1.19.0
38+ rev : a66e98df7b4aeeb3724184b332785976d062b92e # frozen: v1.19.1
3939 hooks :
4040 - id : mypy
4141 args : [--config, ./mypy.ini]
6060
6161 # Autoformat: YAML, JSON, Markdown, etc.
6262 - repo : https://github.com/rbubley/mirrors-prettier
63- rev : 3c603eae8faac85303ae675fd33325cff699a797 # frozen: v3.7.3
63+ rev : 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
6464 hooks :
6565 - id : prettier
6666 exclude : " {{cookiecutter.stack_name}}/.github/workflows/docker.yml"
9797
9898 # Lint: Markdown
9999 - repo : https://github.com/DavidAnson/markdownlint-cli2
100- rev : a95dde803518e8b723480f182c87bfb1d243d742 # frozen: v0.19.1
100+ rev : 7339935a3036f096ee0d7f1f047a9ec41707d4c1 # frozen: v0.20.0
101101 hooks :
102102 - id : markdownlint-cli2
103103 args : [--fix]
You can’t perform that action at this time.
0 commit comments