Skip to content

Commit

Permalink
Check entire repo with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Nov 23, 2023
1 parent bbb2f48 commit 0e1b00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
run: pip install .[linting]
- name: Run flake8
run: |
ruff src/organizations
ruff .
ruff format --check .
isort src/organizations --check --diff

0 comments on commit 0e1b00c

Please sign in to comment.