Skip to content

Commit

Permalink
lint reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst committed Jun 24, 2024
1 parent 75ecc92 commit d22d963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements_lint.txt
pip install -r requirements-lint.txt
- name: Lint code
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruff==0.4.10

0 comments on commit d22d963

Please sign in to comment.