Skip to content

Commit

Permalink
Removed short setup for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wpfl-dbt committed Jan 7, 2025
1 parent 47057e3 commit 8f2b322
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,3 @@ With the truth threshold set to `1.0` by default, deterministic methodologies ar
## Development

See our full development guide and coding standards in [CONTRIBUTING.md](./CONTRIBUTING.md)

This project is managed by [uv](https://docs.astral.sh/uv/), linted and formated with [ruff](https://docs.astral.sh/ruff/), and tested with [pytest](https://docs.pytest.org/en/stable/). To install all dependencies for this project, run:

```
uv sync --all-extras
```

Secret scanning is done with [trufflehog](https://github.com/trufflesecurity/trufflehog).

For security, use of [pre-commit](https://pre-commit.com) is expected. Ensure your hooks are installed with `pre-commit install`.

Task running is done with [just](https://just.systems/man/en/). To see all available commands:

```console
just -l
```

0 comments on commit 8f2b322

Please sign in to comment.