Skip to content

Commit

Permalink
fix: pin ci ruff version to same as precommit & pyproject configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sambarnes committed Dec 31, 2023
1 parent 4b3a917 commit 0288b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
version: 0.1.9
- name: Formatter
run: ruff format . --check --diff

0 comments on commit 0288b76

Please sign in to comment.