Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 2, 2024
1 parent a137357 commit 8911c60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,7 @@ If you add a project, you can test it with
mypy_primer -k new_project --debug
```

If you want to install the dependencies to run `test.sh`, simply:
```
pip install isort black flake8 mypy
```

Some other things that could be done are:
- add support for mypy plugins
- add bisection for typeshed
- make it possibe to dump structured output
- multiple mypy invocations for the same project
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set -ex

uv pip install isort black flake8 mypy
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 8911c60

Please sign in to comment.