Update lint_python.yml
This commit is contained in:
parent
e8264ebe35
commit
f55b17e7db
|
@ -27,5 +27,5 @@ jobs:
|
|||
- run: pytest . || true
|
||||
- run: pytest --doctest-modules . || true
|
||||
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
|
||||
- run: safety check
|
||||
- run: safety check -r requirements.txt
|
||||
- run: python3 autorecon.py 127.0.0.1 || true
|
||||
|
|
Loading…
Reference in New Issue