Skip to content

Commit

Permalink
Fixup isort configuration (profile = "black"), as we are using black
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Jul 13, 2024
1 parent c6279d3 commit e3deae9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ paths.source = [
"pylint_pytest/",
]

[tool.isort]
profile = "black"

[tool.mypy]
python_version = "3.8"
check_untyped_defs = true
Expand Down

0 comments on commit e3deae9

Please sign in to comment.