Skip to content

Commit 6fab84a

Browse files
authored
chore(python): use black==22.3.0 (#1376)
1 parent c1dd87e commit 6fab84a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

synthtool/gcp/templates/python_library/noxfile.py.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import shutil
2424
import nox
2525

2626

27-
BLACK_VERSION = "black==19.10b0"
27+
BLACK_VERSION = "black==22.3.0"
2828
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
2929

3030
DEFAULT_PYTHON_VERSION="{{ default_python_version }}"

synthtool/gcp/templates/python_samples/noxfile.py.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import nox
2929
# WARNING - WARNING - WARNING - WARNING - WARNING
3030
# WARNING - WARNING - WARNING - WARNING - WARNING
3131

32-
BLACK_VERSION = "black==19.10b0"
32+
BLACK_VERSION = "black==22.3.0"
3333

3434
# Copy `noxfile_config.py` to your directory and modify it instead.
3535

0 commit comments

Comments
 (0)