Skip to content

Commit

Permalink
ci: No poetry here!
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Jul 26, 2024
1 parent 43f9758 commit 9fa8d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: venv-${{ runner.os }}
- name: Run formatter
run: |
poetry run tan --check . --use-tabs --line-length 120 --verbose
tan --check . --use-tabs --line-length 120 --verbose
- name: Run linter
run: |
poetry run ruff check . --ignore E402 --ignore F405 --ignore F403
ruff check . --ignore E402 --ignore F405 --ignore F403

0 comments on commit 9fa8d55

Please sign in to comment.