Skip to content

Commit 52c65e6

Browse files
[pre-commit.ci] pre-commit autoupdate (#127)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.0 → 24.10.0](psf/black@24.4.0...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8bbd233 commit 52c65e6

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
@@ -4,7 +4,7 @@ ci:
44
# https://pre-commit.com/
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
@@ -15,10 +15,10 @@ repos:
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/psf/black
18-
rev: 24.4.0
18+
rev: 24.10.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 7.0.0
22+
rev: 7.1.1
2323
hooks:
2424
- id: flake8

0 commit comments

Comments
 (0)