Skip to content

Commit

Permalink
Document pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 5, 2023
1 parent 012dcd3 commit 5b91397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ python3.11 -m venv venv
source venv/bin/activate # everything else
pip install -e .[dev]
pre-commit install
```
## Usage
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ test = [
]
dev = [
"hexdoc[pdoc,test]",
"black==23.7.0",
"isort==5.12.0",
"ruff==0.1.4",
"hatch",
"nox",
"pre-commit",
]

[project.urls]
Expand Down

0 comments on commit 5b91397

Please sign in to comment.