Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed May 9, 2023
1 parent 9d97589 commit 867a4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ toml = "^0.10.2"
mypy = "^1.2.0"

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

[tool.poetry.scripts]
Expand All @@ -73,4 +73,4 @@ split_before_logical_operator = true
[tool.mypy]
show_error_context = true
pretty = true
show_column_numbers = true
show_column_numbers = true

0 comments on commit 867a4b7

Please sign in to comment.