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 11repos :
22- repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : " v0.5.5 "
3+ rev : " v0.5.6 "
44 hooks :
55 - id : ruff
66 args : ["--fix"]
2121 hooks :
2222 - id : python-use-type-annotations
2323- repo : https://github.com/pre-commit/mirrors-mypy
24- rev : v1.11.0
24+ rev : v1.11.1
2525 hooks :
2626 - id : mypy
2727 files : ^(src/|testing/|scripts/)
@@ -32,13 +32,13 @@ repos:
3232 - pluggy>=1.5.0
3333 - packaging
3434 - tomli
35- - types-pkg_resources
35+ - types-setuptools
3636 - types-tabulate
3737 # for mypy running on python>=3.11 since exceptiongroup is only a dependency
3838 # on <3.11
3939 - exceptiongroup>=1.0.0rc8
4040- repo : https://github.com/tox-dev/pyproject-fmt
41- rev : " 2.1.4 "
41+ rev : " 2.2.1 "
4242 hooks :
4343 - id : pyproject-fmt
4444 # https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
You can’t perform that action at this time.
0 commit comments