We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b81cbb commit a861d59Copy full SHA for a861d59
.github/workflows/test.yml
@@ -89,7 +89,6 @@ jobs:
89
poetry run doc8 -q doc
90
poetry check
91
poetry run pip check
92
- poetry run safety check --full-report
93
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
94
95
- name: Upload coverage to Codecov
.safety-policy.yml
pyproject.toml
@@ -62,7 +62,6 @@ pylint = [
62
]
63
sphinx-argparse = "^0.3.0"
64
deepdiff = ">=5.2.3,<7.0.0"
65
-safety = "^2.0.0"
66
readme-renderer = ">=34,<38"
67
pygount = "^1.2.4"
68
types-PyYAML = "^6.0"
0 commit comments