Skip to content

Commit 764f4ed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/gruntwork-io/pre-commit: v0.1.26 → v0.1.28](gruntwork-io/pre-commit@v0.1.26...v0.1.28)
1 parent fd84198 commit 764f4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ repos:
6767

6868
# Linting: Python code (see the file .flake8)
6969
- repo: https://github.com/PyCQA/flake8
70-
rev: "7.1.2"
70+
rev: "7.2.0"
7171
hooks:
7272
- id: flake8
7373

7474
- repo: https://github.com/gruntwork-io/pre-commit
75-
rev: v0.1.26
75+
rev: v0.1.28
7676
hooks:
7777
# This requires shellcheck to be installed manually so is disabled by default
7878
- id: shellcheck

0 commit comments

Comments
 (0)