File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # frozen: 26.3.1
31+ rev : fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # frozen: 26.3.1
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 : 8e5c80792e2ec0c87804d8ef915bf35e2caea6da # frozen: v1.20.0
38+ rev : 8e5c80792e2ec0c87804d8ef915bf35e2caea6da # frozen: v1.20.0
3939 hooks :
4040 - id : mypy
4141 args : [--config, ./mypy.ini]
9797
9898 # Lint: Markdown
9999 - repo : https://github.com/DavidAnson/markdownlint-cli2
100- rev : 3766ad839ad3a74558031510b3bc9872bb1d9980 # frozen: v0.22.0
100+ rev : 3766ad839ad3a74558031510b3bc9872bb1d9980 # frozen: v0.22.0
101101 hooks :
102102 - id : markdownlint-cli2
103103 args : [--fix]
You can’t perform that action at this time.
0 commit comments