aboutsummaryrefslogtreecommitdiffstats
path: root/poetry_restrict_plugin/plugin.py (follow)
Commit message (Collapse)AuthorAgeLines
* Format code with ruffHEADmasterGravatar Johannes Christ2025-03-17-13/+39
|
* Add unshare supportGravatar Johannes Christ2025-03-17-5/+112
|
* Add commented out paths for Ansiblev0.1.0a7Gravatar Johannes Christ2024-08-27-0/+5
|
* Allow proper access for /dev/shmGravatar Johannes Christ2024-08-12-2/+2
| | | | Operations with `multiprocessing` would fail previously.
* Allow shared memory accessv0.1.0a6Gravatar Johannes Christ2024-08-10-0/+3
|
* Allow access to black cacheGravatar Johannes Christ2024-08-10-0/+6
|
* Allow reading pyvenv.cfg for nested poetry-in-poetry usecasesv0.1.0a5Gravatar Johannes Christ2024-08-01-0/+9
|
* Allow ~/.config/pypoetry for nested poetry invocationsGravatar Johannes Christ2024-08-01-0/+11
|
* Add comment for why pre-commit needs gitconfigGravatar Johannes Christ2024-08-01-0/+2
|
* Allow access to /etc/mime.typesGravatar Johannes Christ2024-07-30-0/+3
|
* Fix path to HOME gitconfigGravatar Johannes Christ2024-07-30-1/+6
|
* Allow access for directory where pyproject.toml isGravatar Johannes Christ2024-07-30-1/+1
| | | | | Previously, it would always use the current working directory, which was inaccurate when running poetry in a sub-directory of the project.
* Allow access to gitconfig for pre-commitGravatar Johannes Christ2024-07-30-0/+4
|
* Allow access to /usr/include for compiled dependenciesGravatar Johannes Christ2024-07-30-0/+2
|
* Add escape hatch via POETRY_NO_RESTRICT=1Gravatar Johannes Christ2024-07-28-0/+7
|
* Create poetry directories for first invocationsGravatar Johannes Christ2024-07-27-6/+22
|
* Initial commitGravatar Johannes Christ2024-07-27-0/+86