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 1080bcb commit 3d7b626Copy full SHA for 3d7b626
.github/workflows/lints.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip pipenv
25
pipenv install --dev --system
26
+ # to refresh: bandit -f json -o .bandit_baseline.json -r .
27
# - name: Bandit syntax check
28
# run: bandit -r . -b .bandit_baseline.json
29
- name: Pylint
0 commit comments