mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Add https://pre-commit.com metadata
This commit is contained in:
parent
b3f205a936
commit
ef5ef0d9bf
2 changed files with 55 additions and 0 deletions
6
.pre-commit-hooks.yaml
Normal file
6
.pre-commit-hooks.yaml
Normal file
|
|
@ -0,0 +1,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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue