Skip to content

Commit

Permalink
Remove duplicate with error: cannot declare {key} twice
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Nov 30, 2023
1 parent 671d9cd commit e936fae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"tests",
]
addopts = "--strict-config --strict-markers -ra"
"tests",]
log_cli_level = "INFO"
xfail_strict = true
filterwarnings = ['error']

[tool.pytest.ini_options]
addops = ["-ra", "--strict-config", "--strict-markers"]

0 comments on commit e936fae

Please sign in to comment.