summaryrefslogtreecommitdiff
path: root/.pre-commit-hooks.yaml
blob: 1bec0790e9508ce8f26db3661b4a4168ae54a877 (plain)
1
2
3
4
5
6
- id: pylint
  name: pylint
  entry: pylint
  language: python
  types: [python]
  require_serial: true