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 2c82d44 commit 0469952Copy full SHA for 0469952
workflows/analyze-project.yml
@@ -68,9 +68,6 @@ jobs:
68
run: poetry run mypy
69
- name: Mypy static analysis (Windows)
70
run: poetry run mypy --platform win32
71
- # Assumes there are 'targets' in pyproject.toml for Bandit
72
- - name: Bandit security checks
73
- run: poetry run bandit -c pyproject.toml -r
74
- name: Add virtualenv to the path for pyright-action
75
run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
76
- name: Pyright static analysis (Linux)
0 commit comments