File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ repos:
1010 - id : check-yaml # checks for correct yaml syntax for github actions ex.
1111 args : [--unsafe]
1212 - repo : https://github.com/astral-sh/ruff-pre-commit
13- rev : v0.8.6
13+ rev : v0.9.9
1414 hooks :
1515 - id : ruff
1616 args : [--fix, --exit-non-zero-on-fix]
1717 - id : ruff-format
1818 - repo : https://github.com/pre-commit/mirrors-mypy
19- rev : v1.14.1
19+ rev : v1.15.0
2020 hooks :
2121 - id : mypy
2222 language : python
2323 args : [--strict, --ignore-missing-imports]
2424 additional_dependencies : ['types-requests', 'types-PyYAML']
2525 exclude : ' docs/source/conf.py|template/source/{% if add_demo %}s01_demo{% endif %}'
2626 - repo : https://github.com/crate-ci/typos
27- rev : v1.29.4
27+ rev : v1.30.0
2828 hooks :
2929 - id : typos
3030 files : \.(py|md|rst|yaml|toml|jinja)
You can’t perform that action at this time.
0 commit comments