We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 181e0a0 + c85dcb0 commit 6490a6dCopy full SHA for 6490a6d
1 file changed
.pre-commit-config.yaml
@@ -31,21 +31,21 @@ repos:
31
entry: ghcr.io/hadolint/hadolint hadolint
32
33
- repo: https://github.com/pycqa/isort
34
- rev: 5.13.2
+ rev: 6.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: 24.10.0
+ rev: 25.1.0
42
43
- id: black
44
args: [--config, pyproject.toml]
45
46
# Checks for spelling errors
47
- repo: https://github.com/codespell-project/codespell
48
- rev: v2.4.0
+ rev: v2.4.1
49
50
- id: codespell
51
args: [--toml, pyproject.toml]
0 commit comments