Skip to content

Commit

Permalink
Remove isort config
Browse files Browse the repository at this point in the history
RIP, one of the original great python tools
  • Loading branch information
max-sixty committed Sep 9, 2024
1 parent 0c1607a commit 4c45e61
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 @@ -37,13 +37,6 @@ ruff = "^0.2.1"
# Currently causing Windows to break on 3.10
# pdbpp = "^0.10.3"

[tool.isort]
default_section = "THIRDPARTY"
float_to_top = true
known_first_party = ["pytest-accept"]
profile = "black"
skip_gitignore = true

[tool.pytest.ini_options]
addopts = ["--strict-config", "--strict-markers", "--doctest-modules"]
doctest_optionflags = "NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS"
Expand Down

0 comments on commit 4c45e61

Please sign in to comment.