Skip to content

Commit

Permalink
ci: add missing pyright config
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 15, 2023
1 parent d34f50b commit 1d0b9de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ fail-under = 100
whitelist-regex = ["test_.*"]


[tool.pyright]
ignore = ["conftest.py", "docs", "tests"]


[tool.mypy]
strict = true

Expand Down

0 comments on commit 1d0b9de

Please sign in to comment.