Skip to content

Merge branch 'main' into 12-determine-code-styling-tools #3

Merge branch 'main' into 12-determine-code-styling-tools

Merge branch 'main' into 12-determine-code-styling-tools #3

Workflow file for this run

on: [push]
jobs:
bandit:
runs-on: ubuntu-latest
name: "bandit"
steps:
- uses: davidslusser/[email protected]
with:
src: "src"
options: "-c pyproject.toml -r"
python_version: "3.11"