.github: don’t check for docstrings with interrogate
- ID
0b2a5f4- date
2026-04-16 08:12:51+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b0fe269- message
.github: don't check for docstrings with interrogate- changed files
1 file, 3 deletions
Changed files
.github/workflows/test.yml (777) → .github/workflows/test.yml (720)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b820f74..1155965 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -33,9 +33,6 @@ jobs:
ruff check .
ruff format --check .
- - name: Check docstrings
- run: interrogate -vv
-
- name: Check types
run: mypy src tests