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 429ba34 + 764f4ed commit b1f764cCopy full SHA for b1f764c
.pre-commit-config.yaml
@@ -67,12 +67,12 @@ repos:
67
68
# Linting: Python code (see the file .flake8)
69
- repo: https://github.com/PyCQA/flake8
70
- rev: "7.1.2"
+ rev: "7.2.0"
71
hooks:
72
- id: flake8
73
74
- repo: https://github.com/gruntwork-io/pre-commit
75
- rev: v0.1.26
+ rev: v0.1.28
76
77
# This requires shellcheck to be installed manually so is disabled by default
78
- id: shellcheck
0 commit comments