mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +00:00
enable prospector in hooks.yaml
This commit is contained in:
parent
17478a0a50
commit
44c02b85d6
1 changed files with 6 additions and 0 deletions
|
|
@ -129,6 +129,12 @@
|
||||||
entry: pyflakes
|
entry: pyflakes
|
||||||
language: python
|
language: python
|
||||||
files: \.py$
|
files: \.py$
|
||||||
|
- id: prospector
|
||||||
|
name: Prospector
|
||||||
|
description: This hook runs prospector.
|
||||||
|
entry: prospector
|
||||||
|
language: python
|
||||||
|
files: \.py$
|
||||||
- id: requirements-txt-fixer
|
- id: requirements-txt-fixer
|
||||||
name: Fix requirements.txt
|
name: Fix requirements.txt
|
||||||
description: Sorts entries in requirements.txt
|
description: Sorts entries in requirements.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue