add support for pyproject.toml to flake8
This commit is contained in:
+5
-1
@@ -21,8 +21,12 @@ authors = [
|
|||||||
test = ["pytest"]
|
test = ["pytest"]
|
||||||
lint = [
|
lint = [
|
||||||
"black",
|
"black",
|
||||||
"flake8"
|
"flake8",
|
||||||
|
"Flake8-pyproject"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
example = "vpn_manager.__main__:main"
|
example = "vpn_manager.__main__:main"
|
||||||
|
|
||||||
|
[tool.flake8]
|
||||||
|
ignore = ["E501"]
|
||||||
|
|||||||
Reference in New Issue
Block a user