Skip to content

Commit 55c4755

Browse files
authored
Google docstrings + discovered issues (#2264)
* conf.py: Document the docstring callback function * stash changes * Various docs tweaks * Sort imports * More work on application docstrings * More work on application.py * More docstring cleanup in application * Debug test runner * Don't try to do any magic in set_min/max size
1 parent d4fc6aa commit 55c4755

File tree

5 files changed

+646
-392
lines changed

5 files changed

+646
-392
lines changed

.github/workflows/selfhosted_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
which python
4646
python -c "import pyglet; print('pyglet version', pyglet.__version__)"
4747
python -c "import PIL; print('Pillow version', PIL.__version__)"
48-
pytest
48+
pytest --maxfail=1
4949
5050
# Prepare the Pull Request Payload artifact. If this fails, we
5151
# we fail silently using the `continue-on-error` option. It's

0 commit comments

Comments
 (0)