flake8/.pre-commit-hooks.yaml
Anthony Sottile 535775e646 Turn off pre-commit's automated multiprocessing
flake8 internally implements multiprocessing, disabling pre-commit's improves performance
2019-01-27 17:26:45 -08:00

7 lines
226 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]
require_serial: true