Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Lint

on: [pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
# use_pyproject: true
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
.DS_Store
src/.DS_Store
src/RT_tables/.DS_Store
examples/.DS_Store
examples/materials/.DS_Store
tests/.DS_Store
tests/materials/.DS_Store
src/__pycache__/
examples/.ipynb_checkpoints
examples/WASP52b_dT.csv
examples/WASP52b_sigmaT.csv
examples/WASP52b_nsig_fit.csv
env/
src/sunbather
*.egg-info
*.egg-info