Skip to content

Commit

Permalink
Remove black and isort configs as ruff takes care of this (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Nov 27, 2024
1 parent c5909fa commit 6b24568
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ exclude_lines = [
"pass\\n",
]

[tool.isort]
profile = "black"
filter_files = true
line_length = 130

[tool.black]
line-length = 130
force-exclude = "^/(\n (\n \\.eggs\n | \\.git\n | \\.pytest_cache\n | \\.tox\n )/\n)\n"

[tool.ruff]
line-length = 130

Expand Down

0 comments on commit 6b24568

Please sign in to comment.