Skip to content

Commit 6458fb8

Browse files
committed
remove check
1 parent ad23e83 commit 6458fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: 3.x
1111
- run: pip install --upgrade pip setuptools wheel
1212
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
13-
flake8-comprehensions isort mypy pytest pyupgrade safety
13+
flake8-comprehensions isort mypy pytest pyupgrade
1414
- run: bandit --recursive --skip B101,B105,B106,B108,B110,B112,B303,B311,B314,B318,B324,B404,B405,B408,B413,B602,B603,B605,B607,B608 .
1515
- run: black --check . || true
1616
- run: codespell || true # --ignore-words-list="" --skip="*.css,*.js,*.lock"
@@ -23,4 +23,4 @@ jobs:
2323
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
2424
- run: pytest . || pytest --doctest-modules . || true
2525
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
26-
- run: safety check
26+
# - run: safety check

0 commit comments

Comments
 (0)