Skip to content

Enables custom bad pixel masks (S1), user supplied wavelength files (S4), adds joint white light curve fitting parameters to docs (S5) #873

Enables custom bad pixel masks (S1), user supplied wavelength files (S4), adds joint white light curve fitting parameters to docs (S5)

Enables custom bad pixel masks (S1), user supplied wavelength files (S4), adds joint white light curve fitting parameters to docs (S5) #873

name: Flake8 Linting
on:
pull_request:
types: [opened,reopened,synchronize]
push:
branches:
- 'main'
- 'releases/**'
jobs:
lint:
name: flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- uses: tonybajan/flake8-check-action@v1.6.0
with:
select: E1,E2,E3,E4,E5,E7,W6,F
ignore: W504,W503,E704,E226,E722
maxlinelength: 80
repotoken: ${{ secrets.GITHUB_TOKEN }}