File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ repos:
2121 - id : trailing-whitespace
2222 exclude : .gitignore
2323 - repo : https://github.com/psf/black-pre-commit-mirror
24- rev : 24.4.2
24+ rev : 24.8.0
2525 hooks :
2626 - id : black-jupyter
2727 - repo : https://github.com/astral-sh/ruff-pre-commit
28- rev : v0.5.1
28+ rev : v0.6.4
2929 hooks :
3030 - id : ruff
3131 args : [--fix, --exit-non-zero-on-fix]
3232 - repo : https://github.com/rbubley/mirrors-prettier
33- rev : v3.3.2
33+ rev : v3.3.3
3434 hooks :
3535 - id : prettier
3636 - repo : https://github.com/google/yamlfmt
5252 - id : codespell
5353 additional_dependencies : [".[toml]"]
5454 - repo : https://github.com/sqlfluff/sqlfluff
55- rev : 3.1.0
55+ rev : 3.1.1
5656 hooks :
5757 - id : sqlfluff-fix
5858 - repo : https://github.com/hadolint/hadolint
7272 hooks :
7373 - id : poetry-check
7474 - repo : https://github.com/pre-commit/mirrors-mypy
75- rev : v1.10.1
75+ rev : v1.11.2
7676 hooks :
7777 - id : mypy
7878 additional_dependencies :
8383 - id : nb-clean
8484 args : [--preserve-cell-outputs, --remove-empty-cells]
8585 - repo : https://github.com/abravalheri/validate-pyproject
86- rev : v0.18
86+ rev : v0.19
8787 hooks :
8888 - id : validate-pyproject
8989 additional_dependencies :
You can’t perform that action at this time.
0 commit comments