Skip to content

Commit a861d59

Browse files
committed
remove safety as part of CI pipeline - unnecessary
1 parent 7b81cbb commit a861d59

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
poetry run doc8 -q doc
9090
poetry check
9191
poetry run pip check
92-
poetry run safety check --full-report
9392
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
9493
9594
- name: Upload coverage to Codecov

.safety-policy.yml

-16
This file was deleted.

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ pylint = [
6262
]
6363
sphinx-argparse = "^0.3.0"
6464
deepdiff = ">=5.2.3,<7.0.0"
65-
safety = "^2.0.0"
6665
readme-renderer = ">=34,<38"
6766
pygount = "^1.2.4"
6867
types-PyYAML = "^6.0"

0 commit comments

Comments
 (0)