Skip to content

Improved docstrings and README #7

Improved docstrings and README

Improved docstrings and README #7

Workflow file for this run

name: Run pre-commit hooks
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checks with pre-commit
uses: pre-commit/[email protected]