Skip to content

chore: waiting for aiohttp 3.9 stable (currently 3.9.0b1) #215

chore: waiting for aiohttp 3.9 stable (currently 3.9.0b1)

chore: waiting for aiohttp 3.9 stable (currently 3.9.0b1) #215

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run lint and static type checks
run: tox
env:
TOXENV: pre-commit,mypy