File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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.6.9 "
3+ rev : " v0.7.2 "
44 hooks :
55 - id : ruff
66 args : ["--fix"]
1212 - id : end-of-file-fixer
1313 - id : check-yaml
1414- repo : https://github.com/adamchainz/blacken-docs
15- rev : 1.19.0
15+ rev : 1.19.1
1616 hooks :
1717 - id : blacken-docs
1818 additional_dependencies : [black==24.1.1]
2828 hooks :
2929 - id : python-use-type-annotations
3030- repo : https://github.com/pre-commit/mirrors-mypy
31- rev : v1.11.2
31+ rev : v1.13.0
3232 hooks :
3333 - id : mypy
3434 files : ^(src/|testing/|scripts/)
@@ -44,13 +44,13 @@ repos:
4444 # on <3.11
4545 - exceptiongroup>=1.0.0rc8
4646- repo : https://github.com/tox-dev/pyproject-fmt
47- rev : " 2.3.1 "
47+ rev : " v2.5.0 "
4848 hooks :
4949 - id : pyproject-fmt
5050 # https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
5151 additional_dependencies : ["tox>=4.9"]
5252- repo : https://github.com/asottile/pyupgrade
53- rev : v3.18 .0
53+ rev : v3.19 .0
5454 hooks :
5555 - id : pyupgrade
5656 stages : [manual]
You can’t perform that action at this time.
0 commit comments