Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Oct 9, 2024
1 parent 524255b commit c0100eb
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 @@ -20,7 +20,7 @@ jobs:
uses: astral-sh/setup-uv@v3

- name: install linting packages
run: uv too install pre-commit
run: uv tool install pre-commit

- name: run all precommits
run: uv run pre-commit run --all

0 comments on commit c0100eb

Please sign in to comment.