Skip to content

Commit

Permalink
drop "safety" package from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed May 8, 2023
1 parent 771692e commit b39dd29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python-version: 3.x
- run: pip install --upgrade pip wheel
- run: pip install bandit "black[jupyter]" codespell flake8 flake8-2020
isort mypy pytest pyupgrade safety
isort mypy pytest pyupgrade
- run: bandit --recursive --skip B101,B102,B110,B112,B307,B404,B603,B607 .
- run: black --check . || true
- run: codespell --ignore-words-list="ans,claus,fith,nam,nd,ond,serie,te"
Expand All @@ -26,4 +26,3 @@ jobs:
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py37-plus **/*.py || true
- run: safety check

0 comments on commit b39dd29

Please sign in to comment.