summaryrefslogtreecommitdiff
path: root/.pre-commit-hooks.yaml
blob: 07cf0bf7c488b4c0e6bc25a45888d1402b3c000b (plain)
1
2
3
4
5
6
7
-   id: flake8
    name: flake8
    description: '`flake8` is a command-line utility for enforcing style consistency across Python projects.'
    entry: flake8
    language: python
    types: [python]
    require_serial: true