Skip to content

Commit

Permalink
chore: update lint.yml to fix ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Nov 30, 2023
1 parent c97ee69 commit d0a3620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox ruff
python -m pip install tox "ruff>=0.1.0"
- name: Run ruff
run: ruff check --format=github .
run: ruff check --output-format=github .
- name: Run codespell
run: tox -e codespell

0 comments on commit d0a3620

Please sign in to comment.