- 03 Jul, 2022 3 commits
-
-
Łukasz Wieczorek committed
-
David Hotham committed
-
David Hotham committed
-
- 27 Jun, 2022 2 commits
-
-
updates: - [github.com/hadialqattan/pycln: v1.3.3 → v1.3.5](https://github.com/hadialqattan/pycln/compare/v1.3.3...v1.3.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed -
Also avoid unnecessary imports when not typechecking
David Hotham committed
-
- 26 Jun, 2022 1 commit
-
-
* refactor the search for direct-origin dependencies * clarify where the interface is * fix treatment of dependency via cache
David Hotham committed
-
- 21 Jun, 2022 5 commits
-
-
David Hotham committed
-
David Hotham committed
-
Bartek Sokorski committed
-
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com> Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Bartosz Sokorski committed -
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
Bartosz Sokorski committed
-
- 20 Jun, 2022 1 commit
-
-
* Moving shared code to fixtures * Resolving test error that arose after rebase * Rebase with master * Use fixtures in additional locations
Paul Sanders committed
-
- 19 Jun, 2022 6 commits
-
-
* add timeouts to all requests * make the requests timeout a constant * 15s (matching the default in pip)
David Hotham committed -
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
Bartosz Sokorski committed -
This reimplements the good changes from #5840. Co-Authored-By: Kevin Kirsche <kevin.kirsche@one.verizon.com>
Bjorn Neergaard committed -
This reverts commit 6d4c9fe6.
Bjorn Neergaard committed -
* doc(*): better document exact requirements * doc: move `Multiple requirements` under `Inequality requirements` * doc: detail a bit more `add` possibilities
Mathieu Kniewallner committed -
David Hotham committed
-
- 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
-