Commit Graph

3 Commits

Author SHA1 Message Date
iilei
1047b76efc
Set default pre-commit hook config: single process (#3689)
The default pre-commit behaviour might lead to falsely succeeding lint-runs. E.g. due to
duplicate lines of code spread across multiple files -- if affected files get spread across
multiple runs, duplicates can not be detected.
2020-06-16 08:43:16 +02:00
Anthony Sottile
635e0bd789 Simplify pre-commit configuration
- no need to quote `types`
- the other keys are optional and were their defaults
2020-01-12 20:17:01 +01:00
Pedro Algarvio
4833042966 Start hosting .pre-commit-hooks.yaml. Refs #2692 2019-07-16 09:36:43 +02:00