Skip to content

Commit

Permalink
feat: switch to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
tzok committed Dec 12, 2024
1 parent 1b9430a commit c7161c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
pip install -r dev_requirements.txt
pip install -r test_requirements.txt
- name: Lint with black
- name: Lint with ruff
run: |
black --check src/
ruff format --check src/
- name: Test with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
black==24.10.0
ruff==0.8.2

0 comments on commit c7161c5

Please sign in to comment.