Skip to content

Commit

Permalink
Enable ruff in github check action
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jul 1, 2023
1 parent 593b208 commit 35e44c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Run tests
run: |
make pylint && make flake8
make ruff && make pylint && make flake8

0 comments on commit 35e44c2

Please sign in to comment.