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 @@ -13,14 +13,14 @@ repos:
1313 args : ['-t=3.10-', '--violations']
1414
1515 - repo : https://github.com/pre-commit/pre-commit-hooks
16- rev : v5 .0.0
16+ rev : v6 .0.0
1717 hooks :
1818 - id : no-commit-to-branch
1919 name : " don't commit to main branch"
2020 args : ['--branch', 'main']
2121
2222 - repo : https://github.com/pre-commit/pre-commit-hooks
23- rev : v5 .0.0
23+ rev : v6 .0.0
2424 hooks :
2525 - id : trailing-whitespace
2626 - id : end-of-file-fixer
@@ -30,14 +30,14 @@ repos:
3030 exclude : conda/meta.yaml
3131
3232 - repo : https://github.com/astral-sh/ruff-pre-commit
33- rev : v0.12.1
33+ rev : v0.12.12
3434 hooks :
3535 - id : ruff
3636 args : ['--fix']
3737 - id : ruff-format
3838
3939 - repo : https://github.com/pre-commit/mirrors-mypy
40- rev : v1.16 .1
40+ rev : v1.17 .1
4141 hooks :
4242 - id : mypy
4343 additional_dependencies : [pandas-stubs, pytest]
You can’t perform that action at this time.
0 commit comments