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 11
11
repos :
12
12
# Autoformat: Python code
13
13
- repo : https://github.com/psf/black
14
- rev : 24.4.2
14
+ rev : 24.10.0
15
15
hooks :
16
16
- id : black
17
17
args :
@@ -27,22 +27,22 @@ repos:
27
27
28
28
# `pre-commit sample-config` default hooks
29
29
- repo : https://github.com/pre-commit/pre-commit-hooks
30
- rev : v4.6 .0
30
+ rev : v5.0 .0
31
31
hooks :
32
32
- id : check-added-large-files
33
33
- id : end-of-file-fixer
34
34
- id : trailing-whitespace
35
35
36
36
# Lint: Dockerfile
37
37
- repo : https://github.com/hadolint/hadolint.git
38
- rev : v2.13.0 -beta
38
+ rev : v2.13.1 -beta
39
39
hooks :
40
40
- id : hadolint-docker
41
41
entry : hadolint/hadolint:v2.12.1-beta hadolint
42
42
43
43
# Lint: Python
44
44
- repo : https://github.com/PyCQA/flake8
45
- rev : 7.1.0
45
+ rev : 7.1.1
46
46
hooks :
47
47
- id : flake8
48
48
You can’t perform that action at this time.
0 commit comments