Skip to content

Commit

Permalink
Remove black and isort configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Sep 1, 2024
1 parent 77ab31a commit a8dbb91
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ create_mod = "df_translation_toolkit.create_mod.cli:app"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 120

[tool.isort]
profile = "black"
line_length = 120

[tool.ruff]
target-version = "py310"
line-length = 120
Expand Down

0 comments on commit a8dbb91

Please sign in to comment.