Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,11 @@ repos:
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
- id: nbstripout

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.407
hooks:
- id: pyright
files: ^streamerate/
args: ["--project", "./pyproject.toml"]
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ debug-auto-git-tag = "tasks:debug_auto_git_tag"
line-length = 160
include = '\.pyi?$'

[tool.pyright]
typeCheckingMode = "strict"

[tool.pylint.master]
#ignore="tests,test_integrations"
ignore-patterns = ["test_.*"]
Expand Down
Loading