Skip to content

Commit

Permalink
remove tool section for black from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth authored Nov 14, 2024
1 parent 85e9f0a commit 195367a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,15 @@ module = [
]
ignore_missing_imports = true

[tool.black]
line-length = 100

[tool.ruff]
builtins = ["ellipsis"]
exclude = [
".eggs",
"doc",
"_typed_ops.pyi",
]
# Allow lines to be as long as 100.
line-length = 100
target-version = "py310"

[tool.ruff.lint]
Expand Down

0 comments on commit 195367a

Please sign in to comment.