Skip to content

mc_revise_pr_type_checking_and_linting #23

mc_revise_pr_type_checking_and_linting

mc_revise_pr_type_checking_and_linting #23

Workflow file for this run

name: Python Checks
on: [pull_request]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v4
- uses: TrueBrain/actions-flake8@v2
with:
only_warn: 1
plugins: "flake8-docstrings"