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 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : " v0.5.5 "
3
+ rev : " v0.5.6 "
4
4
hooks :
5
5
- id : ruff
6
6
args : ["--fix"]
21
21
hooks :
22
22
- id : python-use-type-annotations
23
23
- repo : https://github.com/pre-commit/mirrors-mypy
24
- rev : v1.11.0
24
+ rev : v1.11.1
25
25
hooks :
26
26
- id : mypy
27
27
files : ^(src/|testing/|scripts/)
@@ -32,13 +32,13 @@ repos:
32
32
- pluggy>=1.5.0
33
33
- packaging
34
34
- tomli
35
- - types-pkg_resources
35
+ - types-setuptools
36
36
- types-tabulate
37
37
# for mypy running on python>=3.11 since exceptiongroup is only a dependency
38
38
# on <3.11
39
39
- exceptiongroup>=1.0.0rc8
40
40
- repo : https://github.com/tox-dev/pyproject-fmt
41
- rev : " 2.1.4 "
41
+ rev : " 2.2.1 "
42
42
hooks :
43
43
- id : pyproject-fmt
44
44
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
You can’t perform that action at this time.
0 commit comments