Skip to content

Commit 3e111bf

Browse files
[pre-commit.ci] pre-commit autoupdate (#123)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.1.1 → 24.4.0](psf/black@24.1.1...24.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 539582e commit 3e111bf

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
@@ -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.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/psf/black
18-
rev: 24.1.1
18+
rev: 24.4.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)