Skip to content

Commit

Permalink
Update lint command in GitHub Actions workflow to use minimal linting…
Browse files Browse the repository at this point in the history
… format
  • Loading branch information
bdestombe committed Nov 25, 2024
1 parent 19b5231 commit 2503010
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 @@ -30,4 +30,4 @@ jobs:
- name: Install hatch
run: uv tool install hatch
- name: Lint Python files
run: hatch run lintformat:lint
run: hatch run lintformat:lintminimal

0 comments on commit 2503010

Please sign in to comment.