Anthony Sottile

Results 867 comments of Anthony Sottile

there is not a way to reference / include outside of the `.pre-commit-config.yaml` -- for instance see #730 / #880 that said, the desire to implement this has come up...

In particular, this bit of the docs: https://pre-commit.com/#repository-local-hooks

I misunderstood the script as running `pip install --upgrade` inside the pre-commit envs and after a second read noticed it was a different `pip` and deleted the comment, it's still...

so, the core problem, or at least the hardest to solve part of this, is yaml is not machine writable (I have tried `ruamel.yaml` which promises this feature, but it...

I'd really rather not have a partial solution, especially involving ruamel -- the author seems to have gone rogue and does not accept issues or PRs any more (and has...

That's the default behaviour unless you're using `--verbose` or `verbose: true`