We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5f7543 + 1982033 commit 32009c7Copy full SHA for 32009c7
1 file changed
.pre-commit-config.yaml
@@ -31,14 +31,14 @@ repos:
31
entry: ghcr.io/hadolint/hadolint hadolint
32
33
- repo: https://github.com/pycqa/isort
34
- rev: 7.0.0
+ rev: 8.0.0
35
hooks:
36
- id: isort
37
38
# Aplly black formatting to python code
39
# https://github.com/psf/black
40
- repo: https://github.com/psf/black-pre-commit-mirror
41
- rev: 25.12.0
+ rev: 26.1.0
42
43
- id: black
44
args: [--config, pyproject.toml]
0 commit comments