diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-12-21 10:49:13 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-12-21 10:49:13 +0000 |
commit | 4ffc19bbbb2395b8204b852df325fe4b3c07e273 (patch) | |
tree | 18dcf0be788bf3a9823572a83c3bf7812d1210f8 /pyrightconfig.json | |
parent | c36ce550b282f11bac802e9224ed9927b24876a8 (diff) | |
download | srtfilter-4ffc19bbbb2395b8204b852df325fe4b3c07e273.tar srtfilter-4ffc19bbbb2395b8204b852df325fe4b3c07e273.tar.gz srtfilter-4ffc19bbbb2395b8204b852df325fe4b3c07e273.zip |
Add type checking, rework parsing, fix bugs
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r-- | pyrightconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..864fa90 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,3 @@ +{ + "strict": ["."] +}
\ No newline at end of file |