Skip to content

Commit

Permalink
let pytest ignore __version__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmidt Fabian committed Jul 29, 2024
1 parent a0cb4a0 commit b3e6fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ quote-style = 'single'

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--ignore=pyrasa/__version__.py"
addopts = --ignore=pyrasa/__version__.py

[tool.mypy]
disable_error_code = "import-untyped"
Expand Down

0 comments on commit b3e6fb0

Please sign in to comment.