Skip to content

Commit

Permalink
Discuss tox and pre-commit versions in the dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkraemer committed Apr 23, 2024
1 parent 6f24ddd commit 74bf20d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/docs_dev/continuous_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ pip install pre-commit
pre-commit install
```
From then on, your code will be checked for isort and black compatibility automatically.


Both the pre-commit hook and tox point to isort, black, and so on.
We do our best to match their versions. If you run into version conflicts
between those two tools, please let us know!

0 comments on commit 74bf20d

Please sign in to comment.