Skip to content

Commit 51a447b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 22.12.0 → 23.11.0](psf/black@22.12.0...23.11.0) - [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
1 parent c0b3ab0 commit 51a447b

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-yaml
@@ -35,7 +35,7 @@ repos:
3535
types: [text]
3636

3737
- repo: https://github.com/psf/black
38-
rev: 22.12.0
38+
rev: 23.11.0
3939
hooks:
4040
- id: black
4141
language_version: python3
@@ -45,7 +45,7 @@ repos:
4545
types: [python]
4646

4747
- repo: https://github.com/PyCQA/isort
48-
rev: "5.11.4" # Use the revision sha / tag you want to point at
48+
rev: "5.12.0" # Use the revision sha / tag you want to point at
4949
hooks:
5050
- id: isort
5151
name: isort

0 commit comments

Comments
 (0)