Skip to content

Commit

Permalink
Add black
Browse files Browse the repository at this point in the history
  • Loading branch information
longvu-db committed May 27, 2024
1 parent 8cfc005 commit 2db4ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/spark_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
pipenv --python 3.8 install
pipenv run pip install pyspark==3.5.0
pipenv run pip install flake8==3.5.0 pypandoc==1.3.3
pipenv run pip install black==23.9.1
pipenv run pip install importlib_metadata==3.10.0
pipenv run pip install mypy==0.982
pipenv run pip install mypy-protobuf==3.3.0
Expand Down
2 changes: 1 addition & 1 deletion dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
mypy==0.982
flake8==3.9.0

# Code Formatter
black==23.9.1
py

# Spark and Delta Connect python proto generation plugin (optional)
mypy-protobuf==3.3.0

0 comments on commit 2db4ca9

Please sign in to comment.