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