Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 40187ca

Browse files
committed
revert black
1 parent fd45cd7 commit 40187ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import nox
2929

3030
FLAKE8_VERSION = "flake8==6.1.0"
31-
BLACK_VERSION = "black[jupyter]==23.7.0"
31+
BLACK_VERSION = "black[jupyter]==23.3.0"
3232
ISORT_VERSION = "isort==5.11.0"
3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

0 commit comments

Comments
 (0)