We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f60f0a + d4d68ef commit 477f1a5Copy full SHA for 477f1a5
.pre-commit-config.yaml
@@ -33,18 +33,18 @@ repos:
33
entry: ghcr.io/hadolint/hadolint hadolint
34
35
- repo: https://github.com/psf/black
36
- rev: 24.4.2
+ rev: 24.8.0
37
hooks:
38
- id: black
39
40
- repo: https://github.com/asottile/pyupgrade
41
- rev: v3.16.0
+ rev: v3.17.0
42
43
- id: pyupgrade
44
args: [--py38-plus]
45
46
- repo: https://github.com/pycqa/flake8
47
- rev: 7.1.0
+ rev: 7.1.1
48
49
- id: flake8
50
0 commit comments