Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Mar 20, 2024
1 parent 241eabb commit eed53bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
26 changes: 0 additions & 26 deletions .pre-commit-config.yaml

This file was deleted.

16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,16 @@ pip uninstall signal-export
```bash
git clone https://github.com/carderne/signal-export.git
cd signal-export
pip install -e .[dev,sql]
pre-commit install
rye sync --no-lock
```
Run tests with:
Various dev commands:
```bash
make test
```
And check types with:
```bash
mypy sigexport/
rye fmt # format
rye lint # lint
rye run check # typecheck
rye run test # test
rye run sig # run signal-export
```
## Similar things
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
check = "pyright"
build = "docker build --tag=carderne/sigexport:dev ."
test = "pytest"
run = "sigexport"
sig = "sigexport"

[project]
name = "signal-export"
Expand Down

0 comments on commit eed53bc

Please sign in to comment.