Skip to content

Commit

Permalink
chore: Remove redundant black config (#31)
Browse files Browse the repository at this point in the history
Per [black docs](https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html)

> By default, Black will infer target versions from the project metadata in pyproject.toml, specifically the [project.requires-python] field.
  • Loading branch information
nhairs committed Feb 5, 2024
1 parent 3bb38cb commit 4e1f31e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ write_to = "deepmerge/_version.py"

[tool.black]
line-length = 100
target-version = ["py38", "py39", "py310", "py311", "py312"]

0 comments on commit 4e1f31e

Please sign in to comment.