add support for pyproject.toml to flake8

This commit is contained in:
Fedor Lyanguzov
2024-12-28 19:17:03 +03:00
parent 02a4f590f2
commit 9e3f16175a
+5 -1
View File
@@ -21,8 +21,12 @@ authors = [
test = ["pytest"]
lint = [
"black",
"flake8"
"flake8",
"Flake8-pyproject"
]
[project.scripts]
example = "vpn_manager.__main__:main"
[tool.flake8]
ignore = ["E501"]