Skip to content

Commit

Permalink
Add empty [tool.pytest.ini_options] to pyproject.toml to ensure that …
Browse files Browse the repository at this point in the history
…pytest determines rootdir correctly while running tests
  • Loading branch information
francesco-ballarin committed Jan 5, 2024
1 parent ee61c87 commit 1c478fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ module = [
]
ignore_missing_imports = true

[tool.pytest.ini_options]

[tool.ruff]
line-length = 120
select = ["ANN", "D", "E", "F", "ICN", "N", "Q", "RUF", "W"]
Expand Down

0 comments on commit 1c478fe

Please sign in to comment.