Start running interrogate to check for docstrings
- ID
c2afe62- date
2024-08-24 09:25:18+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
3fa9c7b- message
Start running `interrogate` to check for docstrings- changed files
1 file, 2 additions
Changed files
flickr/ts (414) → flickr/ts (435)
diff --git a/flickr/ts b/flickr/ts
index be0e7f0..f585282 100755
--- a/flickr/ts
+++ b/flickr/ts
@@ -9,6 +9,8 @@ function run_python_tests() {
ruff check .
ruff format .
+ interrogate -vv
+
mypy src tests
coverage run -m pytest tests