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 66
77repos :
88 - repo : https://github.com/netromdk/vermin
9- rev : v1.6 .0
9+ rev : v1.7 .0
1010 hooks :
1111 - id : vermin
1212 name : check minimum Python version
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,19 +30,19 @@ 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.14.3
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.18.2
4141 hooks :
4242 - id : mypy
4343 additional_dependencies : [pandas-stubs, pytest]
4444
4545 - repo : https://github.com/pycqa/isort
46- rev : 6 .0.1
46+ rev : 7 .0.0
4747 hooks :
4848 - id : isort
You can’t perform that action at this time.
0 commit comments