- 03 Feb, 2022 2 commits
-
-
Randy Döring committed
-
* Fix grammar Than -> Then https://www.merriam-webster.com/words-at-play/when-to-use-then-and-than * go one better
Zach Whaley committed
-
- 30 Jan, 2022 2 commits
-
-
Randy Döring committed
-
* give error message when package to be installed is the same as the package name * handle AssertionError in check_solver_result * added unit test to check a clear error message when package is a dependence of itself * fixed message of unit test * update explanation as in master branch * added unit test typing hints
David Fortini committed
-
- 29 Jan, 2022 1 commit
-
-
* Added canonicalize_name() to console/commands/init.py * Removed unnecessary helper function calls * Fixed capitalized package bug on poetry init Used canonicalize_name to standardize the names of all packages in poetry init with interactive dependencies. Given its importance, added a test_canoncalize_name() test to tests/utils/test_helpers.py * Split out _get_choice_list to a separate function For testing purposes * Tests working with canonicalized_name assigned outside of _generate_choice_list() * Changed test_generate_choice_list Parameterized a _generate_choice_list_packages fixture in order to call the test with both > 10 and < 10 cases, verifying that output is <= 10 and the package_name has the desired package first in choices * Added output message if choice_list is truncated Also added cases for truncation and non-truncation in test_generate_choice_list to ensure the message is printed in only the correct cases * Removed info_string calls Moved info_string generation logic out of init._generate_choice_list * Removed type hint for info_string
Evan Rittenhouse committed
-
- 27 Jan, 2022 1 commit
-
-
Branch Vincent committed
-
- 25 Jan, 2022 1 commit
-
-
updates: - [github.com/pre-commit/pre-commit: v2.16.0 → v2.17.0](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 24 Jan, 2022 3 commits
-
-
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com> Co-authored-by: danieleades <33452915+danieleades@users.noreply.github.com>
finswimmer committed -
Daniel Eades committed
-
finswimmer committed
-
- 23 Jan, 2022 4 commits
-
-
Randy Döring committed
-
Daniel Eades committed
-
Daniel Eades committed
-
Drop python 3.6 support Co-authored-by: Branch Vincent <branchevincent@gmail.com>
Tony Narlock committed
-
- 22 Jan, 2022 3 commits
-
-
Daniel Eades committed
-
Daniel Eades committed
-
* adds better windows shell support * Updates per review uses subprocess.run() adds support for pwsh * changes how command list is built
Brian Marroquin committed
-
- 20 Jan, 2022 1 commit
-
-
Add description of `source` property. Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com> Co-authored-by: Gabriel Galli <ggabriel96@hotmail.com>
Larry Huang committed
-
- 17 Jan, 2022 15 commits
-
-
Andrea Mignone committed
-
Bjorn Neergaard committed
-
No longer needed with current mypy / flake8
Bjorn Neergaard committed -
The current pre-commit version is not compatible with Python 3.10
Bjorn Neergaard committed -
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0) - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.29.1...v2.31.0) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.931](https://github.com/pre-commit/mirrors-mypy/compare/v0.910-1...v0.931)
pre-commit-ci[bot] committed -
All test locally passed: Results (50.84s): 812 passed 3 skippedAnselm Hahn committed -
Anselm Hahn committed
-
finswimmer committed
-
finswimmer committed
-
finswimmer committed
-
finswimmer committed
-
finswimmer committed
-
finswimmer committed
-
finswimmer committed
-
finswimmer committed
-
- 11 Jan, 2022 1 commit
-
-
* Update flake8 settings * Add poetry to isort namespace packages * Ignore flake8 E501 for long test names * Run automatic string formatting on tests * Run automatic string formatting on src * Fix typo "already exits" * Ignore long URLs, hashes, and paths * Fix in-line comments * Fix in-line comments in tests * Fix docstrings * Ignore misc * Fix f-strings in src * Fix f-strings in tests * Fix multi-line strings in src * Fix multi-line strings in tests * Fix some oddly autoformatted code * Replace some strings by multi-line strings * Revert namespace change * Add black string processing to pre-commit * Move black pre-commit config to pyproject.toml * Autoformat install scripts * Manual line wrapping for install scripts * Disable black formatting for expected strings * Replace strings by constant
Stijn de Gooijer committed
-
- 10 Jan, 2022 1 commit
-
-
finswimmer committed
-
- 08 Jan, 2022 1 commit
-
-
finswimmer committed
-
- 05 Jan, 2022 1 commit
-
-
Tencho Tenev committed
-
- 01 Jan, 2022 1 commit
-
-
* Ideas for refactoring And also refering to issue #4961 * Respond to the review Removed items() from os.environ and add blank lines * Add link.is_wheel back
Anselm Hahn committed
-
- 26 Dec, 2021 1 commit
-
-
finswimmer committed
-
- 24 Dec, 2021 1 commit
-
-
Sébastien Eustace committed
-