Configure isort profile

This commit is contained in:
Nettika
2023-12-16 16:02:20 -08:00
parent 89af752a98
commit d8d7778cab

View File

@@ -15,3 +15,6 @@ advent-of-code-2023 = "advent_of_code.__main__:main"
[tool.pytest.ini_options]
testpaths = ["tests"]
[tool.isort]
profile = "black"