.pre-commit-hooks.yaml 226 字节
Newer Older
1
2
3
4
5
6
-   id: flake8
    name: flake8
    description: '`flake8` is a command-line utility for enforcing style consistency across Python projects.'
    entry: flake8
    language: python
    types: [python]
7
    require_serial: true