Skip to content

⬆️ Update coverage requirement from <7.9,>=7.2.7 to >=7.2.7,<7.11 #58

⬆️ Update coverage requirement from <7.9,>=7.2.7 to >=7.2.7,<7.11

⬆️ Update coverage requirement from <7.9,>=7.2.7 to >=7.2.7,<7.11 #58

Workflow file for this run

name: 🎨 Linters
on:
push:
branches:
- master
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.x
- name: Install dependencies
run: pip install nox
- name: Run pre-commit checks
run: nox -s lint