Skip to content

⬆️ Update pytest requirement from <=7.4.4,>=2.8.0 to >=2.8.0,<=8.3.4 #29

⬆️ Update pytest requirement from <=7.4.4,>=2.8.0 to >=2.8.0,<=8.3.4

⬆️ Update pytest requirement from <=7.4.4,>=2.8.0 to >=2.8.0,<=8.3.4 #29

Workflow file for this run

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