Skip to content

Commit

Permalink
single check from ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington committed Jan 30, 2024
1 parent 607f19c commit 5d19d80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
- name: Check conda info
run: conda info

- name: Ruff Linting
run: |
pip install ruff
ruff .
- name: Run tests with requirements file
if: ${{ contains(matrix.toxenv,'-latest') }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ omit = [
"*/webbpsf/version*",
]

[tool.ruff]
[tool.ruff.lint]
extend-exclude = [
'.git',
'__pycache__',
Expand Down

0 comments on commit 5d19d80

Please sign in to comment.