Skip to content

Bump idna from 2.10 to 3.7 #499

Bump idna from 2.10 to 3.7

Bump idna from 2.10 to 3.7 #499

Workflow file for this run

name: Formatting
on:
- push
- pull_request
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Python Blacken
uses: psf/black@stable
with:
options: "--check --diff"
version: "22.3.0"
- name: python-isort
uses: isort/isort-action@v0.1.0
- name: Flake8 with annotations
uses: TrueBrain/actions-flake8@v2.1
with:
path: stac_generator