We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ba2b4 commit 62be30bCopy full SHA for 62be30b
noxfile.py
@@ -23,7 +23,7 @@
23
import nox # pytype: disable=import-error
24
25
26
-BLACK_VERSION = "black==22.3.0"
+BLACK_VERSION = "black==23.7.0"
27
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
28
# Black and flake8 clash on the syntax for ignoring flake8's F401 in this file.
29
BLACK_EXCLUDES = ["--exclude", "^/google/api_core/operations_v1/__init__.py"]
0 commit comments