Skip to content

Add plugins to the mypy section #1

Add plugins to the mypy section

Add plugins to the mypy section #1

Workflow file for this run

name: git hooks
on:
push:
branches:
- "master"
jobs:
hooks:
runs-on: ubuntu-latest
steps:
- name: Step -- 1.
uses: actions/checkout@v4
- name: Step -- 2.
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Step -- 3.
run: pip3 install --upgrade pip && pip3 install --no-cache-dir --upgrade 'poetry>=2.0.0'
- name: Step -- 4.
run: make lint