Skip to content

Commit fdec92e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent fbf6f88 commit fdec92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ci:
66
77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 23.9.1
9+
rev: 24.3.0
1010
hooks:
1111
- id: black
1212
name: Running black in all files.
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.12.0
15+
rev: 5.13.2
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--extend-skip", "examples"]

0 commit comments

Comments
 (0)