Commit fa0b849
Fix ruff per-file-ignores and remove unused variable in test
- pyproject.toml: add D102 to tests/* per-file-ignores so test methods
are not required to have docstrings (the comment indicated this intent
but the empty array had no effect)
- test_client.py: remove unused `result` assignment in
test_password_protect_pdf_with_permissions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c92f342 commit fa0b849
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
| |||
0 commit comments