Skip to content

Commit

Permalink
chore: avoid out-of-order table in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jun 9, 2021
1 parent 751284d commit 7525425
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ respx = "^0.17.0"
time-machine = "^2.0.0"
tox = "^3.20.1"

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

[tool.semantic_release]
branch = "main"
version_toml = "pyproject.toml:tool.poetry.version"
Expand All @@ -59,3 +55,7 @@ addopts = "-v -Wdefault --cov=netlify_builds"
[tool.isort]
profile = "black"
known_first_party = ["netlify_builds", "tests"]

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

0 comments on commit 7525425

Please sign in to comment.