Commit History

Author SHA1 Message Date
  Fabian Peter Hammerle bfa9599007 release v1.0.0 2 years ago
  Fabian Peter Hammerle 80363880bc add command-line param `--delete-path-regex` 2 years ago
  Fabian Peter Hammerle e5821e5159 rename param `--delete-re` to `--delete-path-regex` (to avoid ambiguity) 2 years ago
  Fabian Peter Hammerle 2f74a7858e regex matching: no longer imply matching at beginning of path 2 years ago
  Fabian Peter Hammerle 9f63d884aa add tests for `--delete-re` param 2 years ago
  Fabian Peter Hammerle 4df77ef79e add test for removal from subfolder 2 years ago
  Taras Glek fce1597cf1 delete files only matching regexp 2 years ago
  Fabian Peter Hammerle 921686796b add tests 2 years ago
  dependabot[bot] de6b0ddba4 build(deps-dev): bump pylint from 2.13.7 to 2.13.8 2 years ago
  dependabot[bot] e91415dba4 build(deps-dev): bump pytest from 7.1.1 to 7.1.2 2 years ago
  dependabot[bot] 98d37c755b build(deps-dev): bump mypy from 0.942 to 0.950 2 years ago
  dependabot[bot] 7ebae14f8b build(deps-dev): bump pylint from 2.13.5 to 2.13.7 2 years ago
  dependabot[bot] ad7549c241 build(deps-dev): bump typing-extensions from 4.1.1 to 4.2.0 2 years ago
  dependabot[bot] 5184fac8dc build(deps-dev): bump pylint from 2.13.0 to 2.13.5 2 years ago
  Fabian Peter Hammerle 8cc5d8de6c test / dev env: upgrade black 2 years ago
  dependabot[bot] 8d9d7007dd build(deps-dev): bump mypy from 0.941 to 0.942 2 years ago
  dependabot[bot] 8491027a14 build(deps-dev): bump pylint from 2.12.2 to 2.13.0 2 years ago
  dependabot[bot] b88482931c build(deps-dev): bump mypy from 0.931 to 0.941 2 years ago
  dependabot[bot] 300a4e3481 build(deps-dev): bump pytest from 7.0.1 to 7.1.1 2 years ago
  dependabot[bot] 6c70015f97 build(deps): bump actions/checkout from 2.4.0 to 3 2 years ago
  dependabot[bot] 843cf73137 build(deps): bump actions/setup-python from 2.3.2 to 3 2 years ago
  dependabot[bot] 571038dfd9 build(deps-dev): bump typing-extensions from 4.0.1 to 4.1.1 2 years ago
  dependabot[bot] 662477a6a6 build(deps-dev): bump pytest from 6.2.5 to 7.0.1 2 years ago
  dependabot[bot] ac371b92b1 build(deps): bump actions/setup-python from 2.3.1 to 2.3.2 2 years ago
  Fabian Peter Hammerle def23e77b4 configure dependabot to keep github actions up-to-date 2 years ago
  Fabian Peter Hammerle 28839ae92a add additional (internal) type hints to enable mypy's strict mode 2 years ago
  Fabian Peter Hammerle aeeb53e114 drop compatibility with python3.6; test against python3.10 2 years ago
  Fabian Peter Hammerle a91afa30d8 drop compatibility with python3.5 2 years ago
  Fabian Peter Hammerle 0e9efadfe6 disable ability to invoke `free_disk` module as script (via `python -m free_disk`, use console entry point `free-disk` instead) 2 years ago
  Fabian Peter Hammerle a8a5ed4ed3 made all constants and functions private (only console entry point should be called directly) 2 years ago