diff --git a/pyproject.toml b/pyproject.toml index 3552b50..7f0a731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,12 @@ authors = [ test = ["pytest"] lint = [ "black", - "flake8" + "flake8", + "Flake8-pyproject" ] [project.scripts] example = "vpn_manager.__main__:main" + +[tool.flake8] +ignore = ["E501"]