third_party.pylibs.pylint.src/.pre-commit-hooks.yaml

8 lines
138 B
YAML
Raw Normal View History

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