- 23 May, 2022 32 commits
-
-
David Hotham committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
updates: - [github.com/hadialqattan/pycln: v1.3.2 → v1.3.3](https://github.com/hadialqattan/pycln/compare/v1.3.2...v1.3.3)
pre-commit-ci[bot] committed -
This change ensures that we respect `POETRY_CONFIG_DIR` as well as ensure environment variables are respected for `POETRY_CACHE_DIR`. This change also fixes an issue with repository cache directories not respecting base cache directory configuration changes.
Arun Babu Neelicattu committed -
Randy Döring committed
-
David Hotham committed
-
* Changes in docs for Issues #4800, #3709, #3573, #2211, #521 and PR #2414 - Added section about `extras` in `dependency-specification.md` (#2414) - Added note about VCS inclusion and exclusion in `include`/`exclude` sections of `pyproject.toml` (#4800) - Added link to dependency specification in `add` command documentation (#3573) - Added more info on default behaviour and cleaned up `virtualenv.in-project` setting documentation (#3709) - Added missing configuration options to `configuration.md` (#2211) Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
Bartosz Sokorski committed -
Bartosz Sokorski committed
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Arun Babu Neelicattu committed -
Bjorn Neergaard committed
-
David Hotham committed
-
Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com> Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com> Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
majiang committed -
Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
Mathieu Kniewallner committed -
Mathieu Kniewallner committed
-
Mathieu Kniewallner committed
-
Mathieu Kniewallner committed
-
Mathieu Kniewallner committed
-
coping with with as-yet-untyped poetry.core, and different python versions
David Hotham committed -
David Hotham committed
-
Mathieu Kniewallner committed
-
Mathieu Kniewallner committed
-
Mathieu Kniewallner committed
-
Mathieu Kniewallner committed
-
This change ensures that poetry does not bail out when encountering a bad distributions in `sys_path`. This behaviour is similar to how `pip` handles this today. In addition to ignoring these distributions, we also issue a warning log so users can choose to act on this. Further, this change also handles a scenario where an empty path is present in the `sys_path`.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Since commit f5cbba2b (#4766), test_executor_should_write_pep610_url_references_for_git has been writing a different version of this file than the one checked into the repository, leaving a dirty working tree. Fix it and add a CI test. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Anders Kaseorg committed
-
- 22 May, 2022 5 commits
-
-
Nihaal Sangha committed
-
Decorating class instances methods using `lru_cache` prevents garbage collection to happen when an object gets deleted. This could be really bad for memory consumption. Some resources about this: - https://rednafi.github.io/reflections/dont-wrap-instance-methods-with-functoolslru_cache-decorator-in-python.html - https://www.youtube.com/watch?v=sVjtp6tGo0g Originally spotted by rule `B019` of `flake8-bugbear`.
Mathieu Kniewallner committed -
Mathieu Kniewallner committed
-
Mathieu Kniewallner committed
-
Arun Babu Neelicattu committed
-
- 21 May, 2022 3 commits
-
-
David Hotham committed
-
David Hotham committed
-
David Hotham committed
-