Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set default pre-commit hook config: single process (#3689) | iilei | 2020-06-16 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | Simplify pre-commit configuration | Anthony Sottile | 2020-01-12 | 1 | -3/+1 |
| | | | | - no need to quote `types` - the other keys are optional and were their defaults | ||||
* | Start hosting `.pre-commit-hooks.yaml`. Refs #2692 | Pedro Algarvio | 2019-07-16 | 1 | -0/+7 |