mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 02:26:54 +00:00
flake8 internally implements multiprocessing, disabling pre-commit's improves performance
7 lines
226 B
YAML
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
|