Also want to ask whether I should use ruff to properly format it, because there are 2 other files that need formatting.
Oh, that makes sense! Thank you for being patient and guiding me, by the way. I've made the changes and it does seem to pass all tests on my end.
for (
option_name,
environment_variable_name,
) in DEFAULT_BOOL_OPTION_TO_ENVIRONMENT_VARIABLE.items():
if os.environ.get(environment_variable_name) is…
Oh, my bad, I've corrected the documentation and changed it to an enum string (According to the docs it should be just those 3 values? That is ctime, mtime or disabled.)
The new problem I've…
That's fine, I still managed to get valuable experience regarding contributing. I've submitted a PR (correctly I hope?) and I'd like to know if theres any corrections.
Hey! I'm a beginner in open source (Coming over from GSoC) and I'd love to work on this issue. I have implemented the '--files-changed=MODE' flag already, however I'm not sure where to get started…