File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212repos :
1313 - repo : https://github.com/pre-commit/mirrors-prettier
1414 # keep it before yamllint
15- rev : v3 .0.3
15+ rev : v4 .0.0-alpha.8
1616 hooks :
1717 - id : prettier
1818 additional_dependencies :
1919 - prettier
2020 - prettier-plugin-toml
2121 - repo : https://github.com/pre-commit/pre-commit-hooks.git
22- rev : v4.4 .0
22+ rev : v5.0 .0
2323 hooks :
2424 - id : end-of-file-fixer
2525 - id : trailing-whitespace
@@ -29,11 +29,11 @@ repos:
2929 - id : check-merge-conflict
3030 - id : debug-statements
3131 - repo : https://github.com/psf/black
32- rev : 23.7 .0
32+ rev : 25.1 .0
3333 hooks :
3434 - id : black
3535 - repo : https://github.com/pycqa/flake8.git
36- rev : 6.1 .0
36+ rev : 7.3 .0
3737 hooks :
3838 - id : flake8
3939 language_version : python3
@@ -42,19 +42,19 @@ repos:
4242 - flake8-docstrings>=1.6.0
4343 - flake8-pytest-style>=1.6.0
4444 - repo : https://github.com/pre-commit/mirrors-mypy
45- rev : v1.5 .1
45+ rev : v1.16 .1
4646 hooks :
4747 - id : mypy
4848 # empty args needed in order to match mypy cli behavior
4949 # args: [--strict]
5050 - repo : https://github.com/pycqa/pylint
51- rev : v3.0.0a7
51+ rev : v3.3.7
5252 hooks :
5353 - id : pylint
5454 additional_dependencies :
5555 - pytest
5656 - repo : https://github.com/jazzband/pip-tools
57- rev : 7.3.0
57+ rev : 7.4.1
5858 hooks :
5959 - id : pip-compile
6060 entry : pip-compile --resolver=backtracking -q --no-annotate --output-file=requirements.txt pyproject.toml --extra test --strip-extras
You can’t perform that action at this time.
0 commit comments