Skip to content
Snippets Groups Projects
Commit 0ad1bac5 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Remove configuration from unused tools

parent e87b6203
Branches
Tags
No related merge requests found
Pipeline #85468 passed
...@@ -139,15 +139,6 @@ convention = "numpy" ...@@ -139,15 +139,6 @@ convention = "numpy"
"tests/*.py" = ["D", "E501"] "tests/*.py" = ["D", "E501"]
"doc/conf.py" = ["D"] "doc/conf.py" = ["D"]
[tool.isort]
profile = "black"
line_length = 80
order_by_type = true
lines_between_types = 1
[tool.black]
line-length = 80
[tool.pytest.ini_options] [tool.pytest.ini_options]
addopts = ["--cov=clapper", "--cov-report=term-missing", "--import-mode=append"] addopts = ["--cov=clapper", "--cov-report=term-missing", "--import-mode=append"]
junit_logging = "all" junit_logging = "all"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment