Skip to content

Commit

Permalink
Update lint_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rchac authored Dec 10, 2023
1 parent 12704ad commit 9fc2a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py37-plus **/*.py || true
- run: safety check
- run: safety check --ignore=62044
#- uses: pyupio/[email protected]
# with:
# api-key: ${{secrets.SAFETY_API_KEY}}

0 comments on commit 9fc2a05

Please sign in to comment.