Skip to content

Commit

Permalink
Ignore password warning for test password
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Mar 17, 2022
1 parent 9f4590f commit fa60833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B101,B103,B106,B303,B324,B318,B404,B408,B602 .
- run: bandit --recursive --skip B101,B103,B105,B106,B303,B324,B318,B404,B408,B602 .
- run: black --check . || true
- run: codespell --ignore-words-list="alers"
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit fa60833

Please sign in to comment.