Skip to content

Updating to version 0.0.9 #56

Updating to version 0.0.9

Updating to version 0.0.9 #56

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
architecture: "x64"
- name: pre-commit-run
run: |
pip install pre-commit
pre-commit run --all-files