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 11---
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v5 .0.0 # Use the ref you want to point at
4+ rev : v6 .0.0 # Use the ref you want to point at
55 hooks :
66 - id : trailing-whitespace
77 - id : check-yaml
@@ -19,18 +19,18 @@ repos:
1919 alias : toml
2020
2121 - repo : https://github.com/tox-dev/tox-ini-fmt
22- rev : 1.5 .0
22+ rev : 1.6 .0
2323 hooks :
2424 - id : tox-ini-fmt
2525 - repo : https://github.com/astral-sh/ruff-pre-commit
26- rev : v0.11.13
26+ rev : v0.12.8
2727 hooks :
2828 - id : ruff-format
2929 alias : ruff
3030 - id : ruff-check
3131 alias : ruff
3232 - repo : https://github.com/pre-commit/mirrors-mypy
33- rev : v1.16.0
33+ rev : v1.17.1
3434 hooks :
3535 - id : mypy
3636 # empty args needed in order to match mypy cli behavior
4242 - types-setuptools
4343 - types-docutils
4444 - repo : https://github.com/PyCQA/pylint
45- rev : v3.3.7
45+ rev : v3.3.8
4646 hooks :
4747 - id : pylint
4848 additional_dependencies :
You can’t perform that action at this time.
0 commit comments