add more linters

This commit is contained in:
2026-03-13 22:25:24 +01:00
parent 078514b69e
commit 479f990044
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
name: Bandit
on: [push]
# XXX need to do stuff with uv
jobs:
build:
runs-on: freebsd
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Analyse code with Bandit
run: |
bandit -r .