Skip to content

Commit

Permalink
fix: Run pre-commit from uvx
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 6, 2024
1 parent 130888f commit 362af59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_basename}}/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tasks:
verify:
desc: 'Verify environment by all procs'
cmds:
- '{{.RUN_PYTHON}} pre-commit run --all-files'
- 'uvx pre-commit run --all-files'
- '{{.RUN_PYTHON}} pytest'
- task: 'docs:intl'
- task: 'docs:build-linkcheck'
Expand Down

0 comments on commit 362af59

Please sign in to comment.