Skip to content

Commit

Permalink
chore(python): use black==22.3.0 (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Mar 28, 2022
1 parent c1dd87e commit 6fab84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/noxfile.py.j2
Expand Up @@ -24,7 +24,7 @@ import shutil
import nox


BLACK_VERSION = "black==19.10b0"
BLACK_VERSION = "black==22.3.0"
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]

DEFAULT_PYTHON_VERSION="{{ default_python_version }}"
Expand Down
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_samples/noxfile.py.j2
Expand Up @@ -29,7 +29,7 @@ import nox
# WARNING - WARNING - WARNING - WARNING - WARNING
# WARNING - WARNING - WARNING - WARNING - WARNING

BLACK_VERSION = "black==19.10b0"
BLACK_VERSION = "black==22.3.0"

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

Expand Down

0 comments on commit 6fab84a

Please sign in to comment.