Skip to content

Commit 126b62f

Browse files
Prepare release v2.2.1
1 parent a1e243b commit 126b62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip freeze --all | tee pip_freeze/after_test.txt
2727

2828
# Scanning sources
2929
bandit -r ./sagemaker_ssh_helper/ ./tests/ ./*.py --skip B603,B404,B101 2>&1 | tee bandit.txt
30-
#flake8 --extend-ignore E501,F401,F541,E402 ./sagemaker_ssh_helper/ ./tests/ ./*.py | tee flake8.txt
30+
flake8 --extend-ignore E501,F401,F541,E402 ./sagemaker_ssh_helper/ ./tests/ ./*.py | tee flake8.txt
3131

3232
# Creating the build
3333
python -m build

0 commit comments

Comments
 (0)