Skip to content

Commit e557d7c

Browse files
committed
Remove Safety CLI
1 parent 406153f commit e557d7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-python@v5
99
- run: pip install --upgrade pip wheel
1010
- run: pip install bandit black codespell flake8 flake8-bugbear
11-
flake8-comprehensions isort mypy pytest pyupgrade safety
11+
flake8-comprehensions isort mypy pytest pyupgrade
1212
- run: bandit --recursive --skip B311 .
1313
- run: black --check . || true
1414
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock"
@@ -21,4 +21,3 @@ jobs:
2121
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
2222
- run: pytest .
2323
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
24-
- run: safety check

0 commit comments

Comments
 (0)