Skip to content

Commit f34e1ab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/gruntwork-io/pre-commit: v0.1.25 → v0.1.26](gruntwork-io/pre-commit@v0.1.25...v0.1.26)
1 parent 6eedd18 commit f34e1ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141

4242
# Autoformat: Python code
4343
- repo: https://github.com/pycqa/isort
44-
rev: 6.0.0
44+
rev: 6.0.1
4545
hooks:
4646
- id: isort
4747
args:
@@ -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.1"
70+
rev: "7.1.2"
7171
hooks:
7272
- id: flake8
7373

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

0 commit comments

Comments
 (0)