Skip to content

Commit

Permalink
Moving isort configs to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Feb 20, 2024
1 parent 82a06c5 commit 3e7d13d
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 @@ -48,6 +48,9 @@ importlib-metadata = { version = "*", python = "^3.8" } # Needed for a successf
[tool.poetry.scripts]
dbt-coverage = 'dbt_coverage.__init__:app'

[tool.isort]
profile = "black"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 3e7d13d

Please sign in to comment.