summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2024-07-17 23:00:55 +0700
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-31 18:53:40 +0100
commit1891c389ebdd76f6ffc45dfdc9baf04884ae3484 (patch)
tree063401e1686e60d36bd35b06eb8110141eb45878 /pyproject.toml
parent174836d9f3d0ac5bdfa9d311da1e811c66c04730 (diff)
downloadssg-1891c389ebdd76f6ffc45dfdc9baf04884ae3484.tar.gz
ssg-1891c389ebdd76f6ffc45dfdc9baf04884ae3484.tar.xz
ssg-1891c389ebdd76f6ffc45dfdc9baf04884ae3484.zip
strict type checking
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 461b620..1d168dd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,3 +27,6 @@ exclude = ["**/.gitignore"]
[tool.isort]
profile = "black"
+
+[tool.pyright]
+strict = ["**/*.py"]