Skip to content

Add conf.py noqa tags. #69

Add conf.py noqa tags.

Add conf.py noqa tags. #69

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install
run: |
$CONDA/bin/conda install -c conda-forge pre-commit -y
- name: Run pre commit checks
run: $CONDA/bin/pre-commit run --all