Skip to content

Commit

Permalink
Google docstrings + discovered issues (#2264)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
einarf authored Jul 17, 2024
1 parent d4fc6aa commit 55c4755
Show file tree
Hide file tree
Showing 5 changed files with 646 additions and 392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
which python
python -c "import pyglet; print('pyglet version', pyglet.__version__)"
python -c "import PIL; print('Pillow version', PIL.__version__)"
pytest
pytest --maxfail=1
# Prepare the Pull Request Payload artifact. If this fails, we
# we fail silently using the `continue-on-error` option. It's
Expand Down
Loading

0 comments on commit 55c4755

Please sign in to comment.