We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f6cd5 commit 29b9677Copy full SHA for 29b9677
1 file changed
.github/workflows/python-package.yml
@@ -34,13 +34,11 @@ jobs:
34
run: |
35
uv sync --locked --all-extras --dev
36
37
-# - name: Lint with ruff
38
-# working-directory: ./
39
-# run: make lint
+ - name: Lint with ruff
+ run: ruff check .
40
41
-# - name: Security check with bandit
42
43
-# run: make secure
+ - name: Security check with bandit
+ run: bandit -c pyproject.toml -r .
44
45
# - name: Run tests with pytest
46
# working-directory: ./
0 commit comments