Christian Clauss

Results 1413 comments of Christian Clauss

@peterbarker @Ryanf55 Your reviews, please. % `pre-commit run --all-files` should pass on this branch!

https://pypi.org/project/pre-commit --> v4.2.0 % `pre-commit --version` ``` pre-commit 4.2.0 ``` Do you have [`pipx`](https://pipx.pypa.io) or [`uv`](https://docs.astral.sh/uv) to run the current version of `pre-commit` on-the-fly? % ` pipx run pre-commit run...

% `python --version` % `python -m pre-commit --version` % `python -m pre-commit run --all-files`

I have reverted the changes to the `pre-commit` file, so the test criteria for this pull request are: * Run flake8 * Run `Tools/scripts/run_flake8.py` * The GitHub Actions must pass....

Does this also happen on the current release? https://github.com/celery/django-celery-beat/releases

```diff - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.9', '3.11', '3.13'] ```

Perhaps split `build` and `deploy` into two separate jobs. Always build and then: ```yaml deploy: needs: [build, test] runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'created' # Only...

https://support.google.com/accounts/thread/111344249 * https://myaccount.google.com/lesssecureapps * https://support.google.com/accounts/answer/112802 * https://developers.google.com

https://nextjs.org

Please add [`timeit`](https://github.com/search?q=repo%3ATheAlgorithms%2FPython%20timeit&type=code) (or similar) benchmarks that prove that this implementation is a speed improvement.