Skip to content

Bump pre-commit from 2.19.0 to 3.6.0 #47

Bump pre-commit from 2.19.0 to 3.6.0

Bump pre-commit from 2.19.0 to 3.6.0 #47

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