Skip to content

Commit

Permalink
Skip bandit ARC4 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed Jan 3, 2022
1 parent 1eabddd commit c7bd742
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 B105,B108,B303,B311 .
- run: bandit --recursive --skip B105,B108,B303,B304,B311,B413 .
- run: black --check . || true
- run: codespell --ignore-words-list="hass"
- run: flake8 . --count --ignore=B001,E241,E265,E302,E722,E731,F403,F405,F841,W504
Expand Down

0 comments on commit c7bd742

Please sign in to comment.