Skip to content

Commit 53bd8d6

Browse files
committed
Migrate to pyproject.toml
1 parent ec0f0fb commit 53bd8d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ python = "^3.7"
5656
[tool.poetry.group.dev.dependencies]
5757
coverage = "^7"
5858
flake8 = { version = "^7.1", python = ">=3.8.1" }
59-
flake8-pyproject = "^1.2.3"
59+
flake8-pyproject = { version = "^1.2.3", python = ">=3.8.1" }
6060

6161
[tool.flake8]
6262
max-line-length = 120

0 commit comments

Comments
 (0)