Skip to content

Enhanced docstrings for plotting and visualization functions #93

Enhanced docstrings for plotting and visualization functions

Enhanced docstrings for plotting and visualization functions #93

Workflow file for this run

name: Flake8 Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Run flake8
run: flake8 .