File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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
@@ -13,24 +13,24 @@ repos:
1313 hooks :
1414 - id : pyupgrade
1515 - repo : https://github.com/pappasam/toml-sort
16- rev : v0.24.2
16+ rev : v0.24.3
1717 hooks :
1818 - id : toml-sort-fix
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.13.3
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.18.2
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.9
4646 hooks :
4747 - id : pylint
4848 additional_dependencies :
You can’t perform that action at this time.
0 commit comments