Skip to content

Commit 78ee718

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent 1ef4022 commit 78ee718

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
@@ -9,12 +9,12 @@ repos:
99
- id: isort
1010
args: ["--profile", "black", "--filter-files"]
1111
- repo: https://github.com/psf/black
12-
rev: 23.3.0
12+
rev: 23.9.1
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.4.0
17+
rev: v4.5.0
1818
hooks:
1919
- id: check-yaml
2020
- id: end-of-file-fixer

0 commit comments

Comments
 (0)