Skip to content

Fix and Improve Docstrings #140

Fix and Improve Docstrings

Fix and Improve Docstrings #140

Workflow file for this run

on:
push:
branches: main
paths:
- "**.py"
pull_request:
paths:
- "**.py"
name: Code Quality
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "3.11"
- uses: pre-commit/[email protected]