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 11repos :
22 - repo : https://github.com/rbubley/mirrors-prettier
33 # keep it before markdownlint and eslint
4- rev : " v3.6.1 "
4+ rev : " v3.6.2 "
55 hooks :
66 - id : prettier
77 - repo : https://github.com/pre-commit/pre-commit-hooks.git
8- rev : v5 .0.0
8+ rev : v6 .0.0
99 hooks :
1010 - id : end-of-file-fixer
1111 - id : trailing-whitespace
@@ -23,22 +23,22 @@ repos:
2323 types : [file, yaml]
2424 entry : yamllint --strict
2525 - repo : https://github.com/pappasam/toml-sort
26- rev : v0.24.2
26+ rev : v0.24.3
2727 hooks :
2828 - id : toml-sort-fix
2929 - repo : https://github.com/astral-sh/ruff-pre-commit
30- rev : v0.12.0
30+ rev : v0.13.2
3131 hooks :
3232 - id : ruff-check
3333 alias : ruff
3434 - id : ruff-format # must be after ruff
3535 alias : ruff
3636 - repo : https://github.com/psf/black # must be after ruff
37- rev : 25.1 .0
37+ rev : 25.9 .0
3838 hooks :
3939 - id : black
4040 - repo : https://github.com/pre-commit/mirrors-mypy
41- rev : v1.16.1
41+ rev : v1.18.2
4242 hooks :
4343 - id : mypy
4444 # empty args needed in order to match mypy cli behavior
5151 - py>=1.9.0
5252 - tox>=4.23.2
5353 - repo : https://github.com/pycqa/pylint
54- rev : v3.3.7
54+ rev : v3.3.8
5555 hooks :
5656 - id : pylint
5757 additional_dependencies :
You can’t perform that action at this time.
0 commit comments