Skip to content

Commit 3d7b626

Browse files
committed
add comnts to lint file
1 parent 1080bcb commit 3d7b626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lints.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip pipenv
2525
pipenv install --dev --system
26+
# to refresh: bandit -f json -o .bandit_baseline.json -r .
2627
# - name: Bandit syntax check
2728
# run: bandit -r . -b .bandit_baseline.json
2829
- name: Pylint

0 commit comments

Comments
 (0)