Skip to content

Bump python-dotenv from 1.0.1 to 1.1.1 #63

Bump python-dotenv from 1.0.1 to 1.1.1

Bump python-dotenv from 1.0.1 to 1.1.1 #63

Workflow file for this run

name: mypy
on: [push]
jobs:
run-mypy:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Installs packages
run: pip3 install .[dev]
- name: Runs mypy
run: mypy --install-types --non-interactive fitler