third_party.pylibs.pylint.src/.pre-commit-hooks.yaml
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

7 lines
116 B
YAML

- id: pylint
name: pylint
entry: pylint
language: python
types: [python]
require_serial: true