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

6 lines
91 B
YAML

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