Skip to content

Commit

Permalink
Move safety check to main workflow
Browse files Browse the repository at this point in the history
Add `safety` to test dependencies. Remove the `lint_python` workflow
since this was its only remaining check.
  • Loading branch information
akaihola committed Feb 25, 2022
1 parent 580e612 commit 396123d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/lint_python.yml

This file was deleted.

1 change: 1 addition & 0 deletions constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ pytest-isort==1.1.0
pytest-kwparametrize==0.0.3
pyupgrade==2.31.0
regex==2021.4.4
safety==1.10.3
toml==0.10.0
types-toml==0.10.4
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ test =
pytest-mypy
pyupgrade>=2.31.0
regex>=2021.4.4
safety>=1.10.3
types-dataclasses ; python_version < "3.7"
types-toml>=0.10.4

Expand Down

0 comments on commit 396123d

Please sign in to comment.