File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424
2525 - uses : actions/setup-python@v5
2626 with :
27- python-version : " 3.8 "
27+ python-version : " 3.13 "
2828
2929 - run : pip install pre-commit
3030 - run : SKIP=mypy pre-commit run --all-files
3939
4040 - uses : actions/setup-python@v5
4141 with :
42- python-version : " 3.8 "
42+ python-version : " 3.13 "
4343
4444 - run : pip install pre-commit
4545 - run : pre-commit run mypy --all-files
Original file line number Diff line number Diff line change 11default_language_version :
2- python : python3.8
2+ python : python3.9
33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
@@ -20,18 +20,18 @@ repos:
2020 - id : gitlint
2121
2222 - repo : https://github.com/pre-commit/mirrors-mypy
23- rev : v1.17.1
23+ rev : v1.18.2
2424 hooks :
2525 - id : mypy
2626 exclude : ^(tests|benches)/.*$
2727 args : ["--ignore-missing-imports"]
2828
2929 - repo : https://github.com/astral-sh/ruff-pre-commit
30- rev : v0.12.9
30+ rev : v0.13.1
3131 hooks :
3232 - id : ruff-format
3333
3434 - repo : https://github.com/astral-sh/ruff-pre-commit
35- rev : v0.12.9
35+ rev : v0.13.1
3636 hooks :
3737 - id : ruff
You can’t perform that action at this time.
0 commit comments