dependabot[bot] b4aa8fb5ec build(deps-dev): bump mypy from 1.12.0 to 1.13.0 (#197) | há 3 semanas atrás | |
---|---|---|
.github | há 11 meses atrás | |
free_disk | há 11 meses atrás | |
tests | há 2 anos atrás | |
.gitignore | há 4 anos atrás | |
.pylintrc | há 2 anos atrás | |
CHANGELOG.md | há 1 ano atrás | |
LICENSE | há 5 anos atrás | |
Pipfile | há 1 ano atrás | |
Pipfile.lock | há 3 semanas atrás | |
README.md | há 2 anos atrás | |
mypy.ini | há 2 anos atrás | |
setup.py | há 1 ano atrás |
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