diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae02af5..27b0f86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - name: Lint code run: | pyflakes nova3/engines/*.py - bandit --skip B110,B314,B405 nova3/engines/*.py + bandit --skip B110,B310,B314,B405 nova3/engines/*.py - name: Format code run: |