dependabot[bot] 4aa7a22f3f build(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 | hai 1 día | |
---|---|---|
.github | hai 11 meses | |
free_disk | hai 11 meses | |
tests | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
.pylintrc | %!s(int64=2) %!d(string=hai) anos | |
CHANGELOG.md | hai 1 ano | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
Pipfile | hai 1 ano | |
Pipfile.lock | hai 1 día | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
mypy.ini | %!s(int64=2) %!d(string=hai) anos | |
setup.py | hai 1 ano |
Delete file with the oldest modification date
until a minimum of --free-bytes
are available on the respective disk.
pip3 install --user --upgrade free-disk
free-disk --help
free-disk --free-bytes 1GiB /dir/to/cleanup
free-disk --free-bytes 1GiB --delete-path-regex '\.mp4$' /dir/to/cleanup
free-disk --debug --free-bytes 2GB /dir/to/cleanup
pip3 install --user pipenv
git clone https://github.com/fphammerle/free-disk.git
cd freesurfer-volume-reader
pipenv run pylint free_disk
pipenv run pytest