Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Feb 22, 2024
1 parent b0d3cee commit da339f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflow_scripts/gsprocessing_lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd ../../
set -ex

pip install pylint==2.17.5

pylint --rcfile=./tests/lint/pylintrc ./graphstorm-processing/graphstorm_processing/

pip install black==24.2.0
black --check ./graphstorm-processing/graphstorm_processing/
2 changes: 1 addition & 1 deletion graphstorm-processing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ coverage = ">=7.0.0"
sphinx = ">=6.0.0"
mypy = ">=1.0.0"
types-psutil = "^5.9.5.15"
black = "~23.7.0"
black = "~24.2.0"
pre-commit = "^3.3.3"
types-mock = "^5.1.0.1"
pylint = "~2.17.5"
Expand Down

0 comments on commit da339f1

Please sign in to comment.