Output text configs #2

Open
Fedor-Lyanguzov wants to merge 6 commits from output-text-files into main
Showing only changes of commit 9e3f16175a - Show all commits
+5 -1
View File
@@ -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"]