Skip to content

Bump idna from 3.4 to 3.7 in /requirements #47

Bump idna from 3.4 to 3.7 in /requirements

Bump idna from 3.4 to 3.7 in /requirements #47

Workflow file for this run

name: Lint (type checking, security, code quality, ruff)
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: false
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10.10
- name: Linting
run: |
pip install pre-commit interrogate
pre-commit run --all-files