Skip to content

Commit

Permalink
ci: Remove safety check since it is duplicating poetry audit
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 5, 2024
1 parent ec11c9c commit 99fc683
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ pyright = "1.1.374"
pyroma = "^4.2"
python-semantic-release = "^9.6.0"
ruff = "0.5.6"
safety = "^3.2.0"
toml-sort = "^0.23.0"
tox = "^4.0"
tox-gh-actions = "^3.1.0"
Expand Down Expand Up @@ -446,7 +445,6 @@ setenv =
commands_pre =
poetry install --no-root --without=main
commands =
!tests: safety check --ignore=70612
!tests: poetry build --output=dist_{envname}
!tests: twine check --strict dist_{envname}/*
!tests: pre-commit run --all-files
Expand Down

0 comments on commit 99fc683

Please sign in to comment.