mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +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
|
||||
language: python
|
||||
files: \.py$
|
||||
- id: prospector
|
||||
name: Prospector
|
||||
description: This hook runs prospector.
|
||||
entry: prospector
|
||||
language: python
|
||||
files: \.py$
|
||||
- id: requirements-txt-fixer
|
||||
name: Fix requirements.txt
|
||||
description: Sorts entries in requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue