We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dff0bb commit 14cffccCopy full SHA for 14cffcc
.github/workflows/lint_python.yml
@@ -21,4 +21,4 @@ jobs:
21
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
22
- run: pytest .
23
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
24
- - run: safety check
+ - run: safety scan
0 commit comments