Skip to content

Commit 910f372

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.2.0...v4.5.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.8.0 → 24.3.0](psf/black@22.8.0...24.3.0)
1 parent 09c34c7 commit 910f372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.10.1
10+
rev: 5.13.2
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 22.8.0
14+
rev: 24.3.0
1515
hooks:
1616
- id: black

0 commit comments

Comments
 (0)