Christian Clauss
Christian Clauss
https://pipenv.pypa.io/en/latest/installation.html#installing-packages-for-your-project `pipenv install requests` will automatically create a `virtualenv` (which is different that Python's builtin `venv`).
```diff - run: name: install dependencies command: | - python -m venv /tmp/venv - . /tmp/venv/bin/activate - pip install pipenv + pip install --user pipenv pipenv install --dev + #...
Closing tests_are_failing PRs to prepare for Hacktoberfest
I have read the CLA Document and I hereby sign the CLA
Please git rebase.
Closing require_type_hints PRs to prepare for Hacktoberfest
``` 027 >>> cyclic_sort([-2, -5, -45]) UNEXPECTED EXCEPTION: IndexError('list index out of range') Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/doctest.py", line 1351, in __run exec(compile(example.source, filename, "single", File "", line...
Closing tests_are_failing PRs to prepare for Hacktoberfest
Flake8: django_celery_beat/models.py:97:80: E501 line too long (101 > 79 characters) django_celery_beat/models.py:103:80: E501 line too long (103 > 79 characters)