- 05 Apr, 2022 2 commits
-
-
Arun Babu Neelicattu committed
-
This commit added also a test for the cleaning function to catch regressions in the future.
Jan Luca Naumann committed
-
- 04 Apr, 2022 1 commit
-
-
updates: - [github.com/pre-commit/pre-commit: v2.17.0 → v2.18.1](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 03 Apr, 2022 1 commit
-
-
Resolves: #5141
David Hotham committed
-
- 01 Apr, 2022 2 commits
-
-
* Remove password_manager from mypy overrides in pyproject.toml * mypy now passing on password_manager.py
Anthony Clark committed -
* chore(console/application): remove type errors * chore(console/logging): remove type errors * chore(utils/setup_reader): some fixes * Revert "chore(utils/setup_reader): some fixes" This reverts commit 9d82be920ea3d3c0fb0b818b29a1be3b82819b1c.
Edwin Yllanes committed
-
- 30 Mar, 2022 1 commit
-
-
Fix typo
martin-kokos committed
-
- 29 Mar, 2022 2 commits
-
-
* dry_run is never None * add --skip-existing to publish add `--skip-existing` option to publish command to continue if an upload fails due to the file already existing. this is helpful in e.g. ci settings. resolves #2254
David Szotten committed -
Anthony Clark committed
-
- 28 Mar, 2022 1 commit
-
-
updates: - [github.com/pre-commit/mirrors-mypy: v0.941 → v0.942](https://github.com/pre-commit/mirrors-mypy/compare/v0.941...v0.942)
pre-commit-ci[bot] committed
-
- 26 Mar, 2022 3 commits
-
-
(no matter if the python version is specified by "python" keyword or by "markers")
Randy Döring committed -
Randy Döring committed
-
Randy Döring committed
-
- 25 Mar, 2022 1 commit
-
-
finswimmer committed
-
- 24 Mar, 2022 14 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
This change improves test scenarios for installer with dependency groups. Previously, the usage of populated installed repositories could lead to tests incorrectly passing as no operations were performed. These cases now forces syncronisation and uses a clean installed repository instance instead.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
This change adds a warning that values of `with`/`without` options are ignored when used with `only`.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
This change removed code duplication for group option handling in commands and group activation in installer. The installer now only allows for `only_groups` and removes `with_groups`/`without_groups`. Additionally, this change enables code reuse for group flags in the update command and centralises deprecated option handling logic for these options. Further, this fixes regression when using `update --no-dev`.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Tony Narlock committed
-
updates: - [github.com/pre-commit/mirrors-mypy: v0.940 → v0.941](https://github.com/pre-commit/mirrors-mypy/compare/v0.940...v0.941) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 20 Mar, 2022 1 commit
-
-
David Hotham committed
-
- 18 Mar, 2022 1 commit
-
-
* seen packages is a set * simplify 'visited' in solver depth-first-search * remove pointless return code * node.reachable() is always empty after the search because node.seen has been fully populated * remove node.seen in solver
David Hotham committed
-
- 17 Mar, 2022 1 commit
-
-
finswimmer committed
-
- 15 Mar, 2022 1 commit
-
-
updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.940](https://github.com/pre-commit/mirrors-mypy/compare/v0.931...v0.940) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 09 Mar, 2022 1 commit
-
-
finswimmer committed
-
- 08 Mar, 2022 1 commit
-
-
Fix for "poetry lock --no-update" so that dependencies with extras are not updated unnecessarily (#4618) * Fix for "poetry lock --no-update" so that dependencies with extras are not updated unnecessarily * None check instead of "or" * Simplified logic (giving up possibility of early return when no matching version is found) * Rename local variable for clarity
Randy Döring committed
-
- 06 Mar, 2022 1 commit
-
-
Eric Young committed
-
- 05 Mar, 2022 2 commits
-
-
As per PEP610, presence of `vcs_info.requested_version` is optional in direct_url.json for vcs packages. Prior to this change, Poetry would crash when loading an environment with a vcs package not installed by Poetry.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
- 04 Mar, 2022 1 commit
-
-
* Check current python version * fix current_python type
yokomotod committed
-
- 03 Mar, 2022 2 commits
-
-
Dave Gaeddert committed
-
Resolves: #4265
Ben Altieri committed
-