Skip to content

Commit 33f0dda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.3.0 → 24.4.0](psf/black@23.3.0...24.4.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent 7035c2a commit 33f0dda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: ^(secrets/)
33
repos:
44

55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -14,13 +14,13 @@ repos:
1414
args: ["--autofix", "--indent=2", "--no-sort-keys"]
1515

1616
- repo: https://github.com/psf/black
17-
rev: 23.3.0
17+
rev: 24.4.0
1818
hooks:
1919
- id: black
2020
args: ["--line-length", "100", "--skip-string-normalization"]
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 6.0.0
23+
rev: 7.0.0
2424
hooks:
2525
- id: flake8
2626

@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: seed-isort-config
3131
- repo: https://github.com/PyCQA/isort
32-
rev: 5.12.0
32+
rev: 5.13.2
3333
hooks:
3434
- id: isort
3535

0 commit comments

Comments
 (0)