Skip to content

Commit 9e7dd81

Browse files
[pre-commit.ci] pre-commit autoupdate
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.2.0 → 24.4.2](psf/black@24.2.0...24.4.2)
1 parent b234062 commit 9e7dd81

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -44,7 +44,7 @@ repos:
4444
- flake8-isort
4545
- flake8-string-format
4646
- repo: https://github.com/psf/black
47-
rev: 24.2.0
47+
rev: 24.4.2
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)