Skip to content

Bump black from 24.8.0 to 24.10.0 #156

Bump black from 24.8.0 to 24.10.0

Bump black from 24.8.0 to 24.10.0 #156

name: Continuous Integration
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt
- name: Test
run: python -m pytest
- name: Lint and type check
run: |
python -m flake8
python -m mypy arris_tg2492lg