diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4da280..00ccfdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 # or higher tag + rev: v1.29.0 # or higher tag hooks: - id: yamllint args: [--format, parsable, --strict] diff --git a/scripts/delete_torrents_on_low_disk_space.py b/scripts/delete_torrents_on_low_disk_space.py index 7803b61..5ed87e5 100755 --- a/scripts/delete_torrents_on_low_disk_space.py +++ b/scripts/delete_torrents_on_low_disk_space.py @@ -126,7 +126,6 @@ def torrent_age_satisfied(torrent): def main(): - # If free space above requirements, terminate print_free_space() if is_storage_full():