We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e243b commit 126b62fCopy full SHA for 126b62f
run_tests.sh
@@ -27,7 +27,7 @@ pip freeze --all | tee pip_freeze/after_test.txt
27
28
# Scanning sources
29
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
+flake8 --extend-ignore E501,F401,F541,E402 ./sagemaker_ssh_helper/ ./tests/ ./*.py | tee flake8.txt
31
32
# Creating the build
33
python -m build
0 commit comments