Skip to content

Commit

Permalink
Create black.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Dec 1, 2023
1 parent bb8f638 commit ac75fa9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/python/black.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Black

## Links
- [Black Doc](https://black.readthedocs.io/)

## Configuration
Black can be configured in `pyproject.toml`.

Example config:

:::{code} python
:filename: pyproject.toml
[tool.black]
line-length = 99
target-version = ["py310"]
:::

0 comments on commit ac75fa9

Please sign in to comment.