Skip to content

⬆️ Update requests requirement from >=2.10 to >=2.34.2 #77

⬆️ Update requests requirement from >=2.10 to >=2.34.2

⬆️ Update requests requirement from >=2.10 to >=2.34.2 #77

Workflow file for this run

name: 🎨 Linters
on:
push:
branches:
- master
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- 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