Skip to content

Commit

Permalink
close #18
Browse files Browse the repository at this point in the history
  • Loading branch information
obar1 committed Apr 24, 2024
1 parent 98b3a11 commit 7397894
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml

This file was deleted.

11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
venv0:
virtualenv venv
@echo "$ . ./venv/bin/activate"


install:
pip install --upgrade pip
pip install -r requirements.txt
pip install --upgrade pip && pip install -r requirements.txt
mypy --install-types

install-local0:
pre-commit install


test:
python -m pytest lib/tests/test_*.py
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ run_api.py
use make
ex
```bash
make venv0
pip install -m venv .venv
make install
```
```
1 change: 0 additions & 1 deletion requirements-local.txt

This file was deleted.

0 comments on commit 7397894

Please sign in to comment.