Skip to content

Commit 62be30b

Browse files
committed
bump black version
1 parent 84ba2b4 commit 62be30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import nox # pytype: disable=import-error
2424

2525

26-
BLACK_VERSION = "black==22.3.0"
26+
BLACK_VERSION = "black==23.7.0"
2727
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
2828
# Black and flake8 clash on the syntax for ignoring flake8's F401 in this file.
2929
BLACK_EXCLUDES = ["--exclude", "^/google/api_core/operations_v1/__init__.py"]

0 commit comments

Comments
 (0)