Fabian Peter Hammerle b1302c5413 mypy: remove unused "type: ignore" comment | před 11 měsíci | |
---|---|---|
.github | před 11 měsíci | |
free_disk | před 11 měsíci | |
tests | před 2 roky | |
.gitignore | před 4 roky | |
.pylintrc | před 2 roky | |
CHANGELOG.md | před 1 rokem | |
LICENSE | před 5 roky | |
Pipfile | před 1 rokem | |
Pipfile.lock | před 11 měsíci | |
README.md | před 2 roky | |
mypy.ini | před 2 roky | |
setup.py | před 1 rokem |
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