Skip to content

Commit

Permalink
Add script for easily running checks locally
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Jul 16, 2024
1 parent ef3841a commit f406889
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 107 deletions.
5 changes: 5 additions & 0 deletions run_checks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

source ./venv/bin/activate
uv run --extra=checks pyright
uv run --extra=checks ruff check
125 changes: 18 additions & 107 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f406889

Please sign in to comment.