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 44
55repos :
66- repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v5 .0.0
7+ rev : v6 .0.0
88 hooks :
99 - id : trailing-whitespace
1010 - id : end-of-file-fixer
2323
2424
2525- repo : https://github.com/hadolint/hadolint
26- rev : v2.13.1-beta
26+ rev : v2.14.0
2727 hooks :
2828 - id : hadolint-docker
2929 name : Lint Dockerfiles
@@ -32,24 +32,24 @@ repos:
3232 types : [dockerfile]
3333 entry : ghcr.io/hadolint/hadolint hadolint
3434
35- - repo : https://github.com/psf/black
36- rev : 25.1 .0
35+ - repo : https://github.com/psf/black-pre-commit-mirror
36+ rev : 25.9 .0
3737 hooks :
3838 - id : black
3939
4040- repo : https://github.com/asottile/pyupgrade
41- rev : v3.19.1
41+ rev : v3.21.0
4242 hooks :
4343 - id : pyupgrade
4444 args : [--py38-plus]
4545
4646- repo : https://github.com/pycqa/flake8
47- rev : 7.2 .0
47+ rev : 7.3 .0
4848 hooks :
4949 - id : flake8
5050
5151- repo : https://github.com/asottile/reorder-python-imports
52- rev : v3.14 .0
52+ rev : v3.16 .0
5353 hooks :
5454 - id : reorder-python-imports
5555 args : [--py38-plus]
You can’t perform that action at this time.
0 commit comments