mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pyproject.toml: add initial pyright configuration
This commit is contained in:
parent
ca278398b1
commit
cb1e152d99
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
[tool.pyright]
|
||||||
|
strict = ['scripts']
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
files = '$MYPY_CONFIG_FILE_DIR/scripts'
|
files = '$MYPY_CONFIG_FILE_DIR/scripts'
|
||||||
strict = true
|
strict = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue