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 2323
2424# Hook for pre-commit's built-in checks
2525- repo : https://github.com/pre-commit/pre-commit-hooks
26- rev : v5 .0.0
26+ rev : v6 .0.0
2727 hooks :
2828 # Prevent giant files from being committed.
2929 - id : check-added-large-files
5454# NOTE : keep these in hook-name (aka 'id') order
5555
5656- repo : https://github.com/adamchainz/blacken-docs
57- rev : 1.19.1
57+ rev : 1.20.0
5858 hooks :
5959 - id : blacken-docs
6060 types : [file, rst]
6767 additional_dependencies : [tomli]
6868
6969- repo : https://github.com/pre-commit/mirrors-mypy
70- rev : ' v1.17.0 '
70+ rev : ' v1.17.1 '
7171 hooks :
7272 - id : mypy
7373 exclude : ' noxfile\.py|docs/conf\.py'
7979 types : [file, python]
8080
8181- repo : https://github.com/astral-sh/ruff-pre-commit
82- rev : " v0.12.5 "
82+ rev : " v0.12.12 "
8383 hooks :
8484 - id : ruff
8585 types : [file, python]
You can’t perform that action at this time.
0 commit comments