Skip to content

fixes from auditor comments #410

fixes from auditor comments

fixes from auditor comments #410

Workflow file for this run

name: lint
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.10.4
uses: actions/setup-python@v4
with:
python-version: 3.10.4
- uses: pre-commit/[email protected]