Skip to content

Bump aiohappyeyeballs from 2.4.0 to 2.4.2 #890

Bump aiohappyeyeballs from 2.4.0 to 2.4.2

Bump aiohappyeyeballs from 2.4.0 to 2.4.2 #890

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pipenv
pipenv install --dev
- name: Linting
run: |
pipenv run flake8 .
pipenv run mypy .