mirror of https://github.com/Nonannet/copapy.git
pelfy min. version updated
This commit is contained in:
parent
2fe0fed431
commit
20bb5690f7
|
|
@ -13,7 +13,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pelfy>=1.0.3"
|
"pelfy>=1.0.4"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
@ -51,6 +51,8 @@ minversion = "6.0"
|
||||||
addopts = "-ra -q"
|
addopts = "-ra -q"
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
pythonpath = ["src"]
|
pythonpath = ["src"]
|
||||||
|
markers = [
|
||||||
|
"runner: requires to have an compiled runner executable"]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
lint.ignore = ["E501", "E226", "E265"]
|
lint.ignore = ["E501", "E226", "E265"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue