Thomas Coenen
Thomas Coenen
Nope. No answer yet from the jazzband roadies. Seems like jazzband has its own problems: https://github.com/jazzband/help/issues/196
Yeah to be honest I'm migrating my projects away from pyfilesystem. Nowadays I mount remote filesystems locally and handle them with the standard library. For tests I migrated to `pyfakefs`...
I'm using it only with pytest at the moment. But something like this could work: ```python from pathlib import Path from pyfakefs.fake_filesystem_unittest import patchfs @patchfs() def sometempstuff(fs): path = Path("./testfile.txt")...
Hi, thanks for the ticket. This is possible right now with a `python` filter and the confirm module. Something like this: ```yaml rules: - locations: . filters: - python: |...
Two things already on the todo list: - Something like a `prompt` action instead of the `confirm` action would be more fitting here, so the AI-generated name could be corrected....
Good idea, not sure about the name though. Maybe it's time for multiple parameters like: ```yaml on_conflict: - trash_if_equal # or delete_if_equal - rename_new ```
Which actions result in empty files? Moving / copying?
Thanks for the config! I'm not sure what organize can so differently in this case. It's using the python stdlib file methods. Maybe it's a bug in upstream? Can you...
Thanks a lot for working on this! v3 is out, could you rework your changes to work with this version?
Pretty cool, thanks for the PR! Are you still working on this?