Skip to content

Commit

Permalink
Add more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 5, 2024
1 parent 3d0e4e4 commit 34b9945
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,13 @@ lint.select = [
]

extend-include = ["*.ipynb"]

[tool.mypy]
mypy_path = "$MYPY_CONFIG_FILE_DIR/src"
strict = true
warn_return_any = true
warn_unused_configs = true

[tool.pytest.ini_options]
xfail_strict = true
markers = ["network: tests that need network", "integration: integration tests"]

0 comments on commit 34b9945

Please sign in to comment.