Skip to content

Commit

Permalink
fix ci, redux
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 3, 2024
1 parent 95294c5 commit fc237a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -ex

uv pip install isort black flake8 mypy
uv pip install isort black flake8 mypy --python $(which python)
isort --diff --check --quiet .
black --diff --check --quiet .
flake8 --max-line-length=100 --ignore=E203,E501,W503 $(git ls-files | grep "py$")
Expand Down

0 comments on commit fc237a6

Please sign in to comment.