Skip to content

Commit

Permalink
adding black with specific 23.3.0 version (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
christag-ni authored Feb 1, 2024
1 parent cbf3f28 commit ee196a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/codegen/validate_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _validate_examples(
_system("poetry new .")
_system("poetry add grpcio")
_system("poetry add --dev grpcio-tools mypy mypy-protobuf types-protobuf grpc-stubs")
_system("poetry add --dev black")
_system("poetry add --dev black==23.3.0")
_system("poetry install")

_stage_client_files(artifact_location, staging_dir)
Expand Down

0 comments on commit ee196a5

Please sign in to comment.