Skip to content

Commit

Permalink
chore: update ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Nov 1, 2023
1 parent 27bbba6 commit be4a053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: '3.x'
- run: pip install ruff
- run: ruff check --format=github wellmap
- run: ruff check --output-format=github wellmap

test-python:
name: Test Python
Expand Down

0 comments on commit be4a053

Please sign in to comment.