dependabot[bot] ed40bc3b4a build(deps-dev): bump pylint from 2.14.0 to 2.14.1 | пре 2 година | |
---|---|---|
.github | пре 2 година | |
free_disk | пре 2 година | |
tests | пре 2 година | |
.gitignore | пре 4 година | |
.pylintrc | пре 2 година | |
CHANGELOG.md | пре 2 година | |
LICENSE | пре 5 година | |
Pipfile | пре 2 година | |
Pipfile.lock | пре 2 година | |
README.md | пре 2 година | |
mypy.ini | пре 2 година | |
setup.py | пре 2 година |
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