Hugo van Kemenade

Results 242 issues of Hugo van Kemenade

First, thanks for this really useful tool! # Summary I found a potential bug in [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) where it misplaces a `[project.readme]` section in `pyproject.toml` leading to an error. It looks...

FR
low priority

The CI fails for forks, so let's skip this step for forks: ``` /home/runner/work/peerjs-server/peerjs-server/cc-reporter before-build ℹ️ 'coverageCommand' not set, so skipping building coverage report! /home/runner/work/peerjs-server/peerjs-server/cc-reporter after-build --exit-code 0 Error: you...

Also fix Black and Flake8 and upgrade syntax with pyupgrade.

This project uses the [`imp` module](https://docs.python.org/3/library/imp.html) which has been deprecated since Python 3.4 and removed in 3.12: * Raised `PendingDeprecationWarning` since [3.4 (2014)](https://github.com/python/cpython/commit/e4f41deccf94ccc798b1eb1f44657ade66669a60) * Raised `DeprecationWarning` since [3.5 (2015)](https://github.com/python/cpython/commit/c0d91aff9a3b91307b26e8b7c34dfbf27bbdd43a) *...

pip is listed twice, under libraries and utilities. It's a CLI tool, not a library with an API, so remove the library one.

We're currently at 357/360: * Let's skip [bs4](https://pypi.org/project/bs4/): it's a wrapper around [beautifulsoup4](https://pypi.org/project/beautifulsoup4/), which has wheels. That takes us to 358/360. The remaining two: * future: issue requesting a wheel...

This is based on the dark mode (https://github.com/hugovk/drop-python/pull/42) I added to https://hugovk.github.io/drop-python/, which was originally based on this repo. Preview:

This project uses the [`imp` module](https://docs.python.org/3/library/imp.html) which has been deprecated since Python 3.4 and removed in 3.12: * Raised `PendingDeprecationWarning` since [3.4 (2014)](https://github.com/python/cpython/commit/e4f41deccf94ccc798b1eb1f44657ade66669a60) * Raised `DeprecationWarning` since [3.5 (2015)](https://github.com/python/cpython/commit/c0d91aff9a3b91307b26e8b7c34dfbf27bbdd43a) *...

Re: https://github.com/python-pillow/Pillow/pull/7776 Looks like Codecov aren't changing tack and we're now getting very low coverage for recent PRs. For example https://github.com/python-pillow/Pillow/pull/8039 has 24% (of target 52%, which is also too...

Testing