Skip to content

Updated Functions in mast_api_psf Module #273

Updated Functions in mast_api_psf Module

Updated Functions in mast_api_psf Module #273

## This workflow performs PEP8 style checks on the python code in notebook code cells.
name: PEP8 Script Style Check Execution
on:
pull_request:
branches:
- main
paths:
- 'notebooks/**.py'
- '*.yml'
jobs:
Script_PEP8_Check:
uses: spacetelescope/notebook-ci-actions/.github/workflows/script_pep8check.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION || '3.11' }}