flake8/.pre-commit-hooks.yaml
2018-11-21 13:40:48 -08:00

6 lines
201 B
YAML

- id: flake8
name: flake8
description: '`flake8` is a command-line utility for enforcing style consistency across Python projects.'
entry: flake8
language: python
types: [python]