Skip to content

Commit

Permalink
Update black.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Dec 1, 2023
1 parent d5764a8 commit 09f1241
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/python/black.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
Black can be configured in `pyproject.toml`
(see [Usage and Configuration - The basics](https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html)).

Example config:

:::{code} python
:filename: pyproject.toml
:::{code-block} python
:caption: Example config in `pyproject.toml`
[tool.black]
line-length = 99
target-version = ["py310"]
Expand Down

0 comments on commit 09f1241

Please sign in to comment.