third_party.pylibs.pylint.src/.pre-commit-hooks.yaml
2019-07-16 09:36:43 +02:00

8 lines
138 B
YAML

- id: pylint
name: pylint
entry: pylint
language: python
'types': [python]
args: []
additional_dependencies: []