Skip to content

Commit

Permalink
hotfix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Aug 20, 2024
1 parent e73c68a commit d1586d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check src tests'
args: 'format --check'
build:

runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@
"astroquery": ("https://astroquery.readthedocs.io/en/latest/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
}

0 comments on commit d1586d1

Please sign in to comment.