summaryrefslogtreecommitdiff
path: root/.pre-commit-hooks.yaml
blob: bf6652a7c4fba9071bbe5986cf63d533b36dbc4b (plain)
1
2
3
4
5
6
7
-   id: pylint
    name: pylint
    entry: pylint
    language: python
    'types': [python]
    args: []
    additional_dependencies: []