Skip to content

mypy; using py3.11 for some workflows #9

mypy; using py3.11 for some workflows

mypy; using py3.11 for some workflows #9

Workflow file for this run

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