Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Šoltis <[email protected]>
  • Loading branch information
slimreaper35 committed Sep 25, 2023
1 parent 8ddc2c2 commit c2a1a3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,20 @@ poety shell
poetry install
```

#### Pre-commit
### Dependencies

```bash
poetry update
```

### Pre-commit

```bash
pre-commit clean
pre-commit install --hook-type pre-commit
pre-commit autoupdate
```

#### Coding standards
### Coding standards

- ~~perfectionism~~
- [black](https://black.readthedocs.io/en/stable/) - code formatting
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.10"

[tool.poetry.dev-dependencies]
black = "23.9.1"
coveralls = "3.3.1"
hypothesis = "6.87.0"
mypy = "1.5.1"
pre-commit = "3.4.0"
Expand Down

0 comments on commit c2a1a3e

Please sign in to comment.