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 99 - id : requirements-txt-fixer
1010 - id : trailing-whitespace
1111 - repo : https://github.com/PyCQA/flake8
12- rev : 7.0.0
12+ rev : 7.1.1
1313 hooks :
1414 - id : flake8
1515 - repo : https://github.com/asottile/reorder-python-imports
@@ -18,17 +18,17 @@ repos:
1818 - id : reorder-python-imports
1919 args : [--py37-plus, --add-import, "from __future__ import annotations"]
2020 - repo : https://github.com/asottile/pyupgrade
21- rev : v3.16 .0
21+ rev : v3.17 .0
2222 hooks :
2323 - id : pyupgrade
2424 args : [--py310-plus]
2525 - repo : https://github.com/pre-commit/mirrors-mypy
26- rev : v1.10.0
26+ rev : v1.11.2
2727 hooks :
2828 - id : mypy
2929 additional_dependencies : ["types-PyYAML", "types-python-dateutil"]
3030 - repo : https://github.com/psf/black
31- rev : 24.4.2
31+ rev : 24.8.0
3232 hooks :
3333 - id : black
3434 additional_dependencies : ["click==8.0.2"]
You can’t perform that action at this time.
0 commit comments