safe progress
This commit is contained in:
@@ -21,13 +21,11 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: System :: Systems Administration :: Authentication/Directory"
|
||||
|
||||
]
|
||||
packages = [
|
||||
{ include = "pyrad3"},
|
||||
{ include = "src/pyrad3"},
|
||||
]
|
||||
include = [
|
||||
"CHANGELOG.md",
|
||||
"LICENSE-APACHE",
|
||||
"LICENSE-MIT",
|
||||
"README.md",
|
||||
@@ -40,9 +38,16 @@ repository = "https://github.com/pyradius/pyrad3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.4"
|
||||
pytest-cov = "^2.5"
|
||||
pytest-black = "^0.30"
|
||||
pytest-cov = "^2.10"
|
||||
pytest-mypy = "^0.6"
|
||||
pytest-pylint = "^0.17"
|
||||
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
line-length = 80
|
||||
include = '\.py'
|
||||
|
||||
|
||||
[tool.pylint.messages_control]
|
||||
disable = "bad-continuation"
|
||||
|
||||
Reference in New Issue
Block a user