- 18 Jun, 2022 2 commits
-
-
David Hotham committed
-
David Hotham committed
-
- 16 Jun, 2022 2 commits
-
-
Also tweak the plugin docs to match Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
Bartosz Sokorski committed -
See https://superuser.com/q/1718843
nbro10 committed
-
- 15 Jun, 2022 6 commits
-
-
* refactor: use contextlib.suppress instead of except pass * revert: get-poetry.py changes * fix: import contextlib rather than only suppress
Kevin Kirsche committed -
* test(init): add tests for all options * feat(init): only ask description when necessary * refactor(init): remove useless license validator * feat(init): only ask license when necessary * feat(init): validate package definition * feat(init): reword package add prompt
Mathieu Kniewallner committed -
David Hotham committed
-
Co-authored-by: Valentin Ignatev <valentignatev@gmail.com>
Branch Vincent committed -
* Add `--only-root` option to group commands, excluding all dependencies. * Add documentation for usage. * Apply suggestions from code review Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
Chad Crawford committed -
Mathieu Kniewallner committed
-
- 14 Jun, 2022 1 commit
-
-
Bastian Venthur committed
-
- 13 Jun, 2022 3 commits
-
-
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed -
* open RECORD file with newline="" * use csv module to write RECORD from editable builder * Unit test for csv RECORD file
David Hotham committed -
Arun Babu Neelicattu committed
-
- 10 Jun, 2022 3 commits
-
-
finswimmer committed
-
finswimmer committed
-
Adds link to "Dependency specification" in the `pyproject.toml` reference
Nihaal Sangha committed
-
- 09 Jun, 2022 4 commits
-
-
Colton Hicks committed
-
* fix(flake8): drop F401 from __init__.py ignores * Update .flake8
Bjorn Neergaard committed -
元清溪 committed
-
Colton Hicks committed
-
- 08 Jun, 2022 1 commit
-
-
The URL path is used by `mock_download` to determine the path relative to the fixtures directory to get the download result. I believe this has been passing on CI because the `copy_or_symlink` call in `mock_download` happily creates a symlink to a non-existent path, but when running on Windows without permission to create symlinks, `shutil.copyfile` is called as a fallback, and fails trying to copy a non-existent file.
Paul "Hampy" Hampson committed
-
- 07 Jun, 2022 1 commit
-
-
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
Deepyaman Datta committed
-
- 06 Jun, 2022 8 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Steph Samson committed
-
Randy Döring committed
-
* doc(cli): move `Options` headers one level down for `self` * doc(cli): remove backticks in headers for consistency
Mathieu Kniewallner committed
-
- 05 Jun, 2022 3 commits
-
-
According to https://github.com/python-poetry/poetry/issues/4864#issuecomment-1002465303: > The `--dev-only` option was never available in a release, but was already > available in the master branch. Because it's a feature we will probably not > backport this to the 1.1 branch. Given that the option was only ever present when installing Poetry from master and was never available as part of a release, I think it's clearer to just remove all references to it rather than include a deprecation notice that would only be relevant to a tiny fraction of Poetry users.
Joseph LaFreniere committed -
* Exclude .venv from Time Machine backups * Remove leftover print statements * Make backup exclusion test only run on darwin * Add comment explaining backup exclusion xattr value * Use plistlib to generate backup exclusion xattr value * Only install xattr on darwin * Add TODO comment * Merge fix * Only import xattr on macOS test * Try fixing CI error * Add type annotations * Fix CI errors * Add spacing pyproject.toml Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com> * Move mypy ignore to `pyproject.toml` Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
Kasper committed -
* Add Failing test for #5727 * Fixes #5727 Co-authored-by: Dos Moonen <d.moonen@nki.nl>
Dos Moonen committed
-
- 04 Jun, 2022 6 commits
-
-
Chad Crawford committed
-
We updated our version of importlib_metadata, so we might as well take advantage of it to have full compatibility with the features introduced in Python 3.10.
Bjorn Neergaard committed -
Bjorn Neergaard committed
-
Randy Döring committed
-
* Fix running scripts of editable deps on Windows * Add Windows-specific logic to fix existing test Co-authored-by: Kevin Conley <kevincon@users.noreply.github.com>
Kevin Conley committed -
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
kroeschl committed
-