mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
19 lines
522 B
YAML
19 lines
522 B
YAML
|
|
-
|
|
id: pyflakes
|
|
name: Pyflakes
|
|
description: This validator runs pyflakes.
|
|
entry: pyflakes
|
|
language: python
|
|
-
|
|
id: debug-statements
|
|
name: Debug Statements (Python)
|
|
description: This hook checks that debug statements (pdb, ipdb, pudb) are not imported on commit.
|
|
entry: debug-statement-hook
|
|
language: python
|
|
-
|
|
id: trailing-whitespace
|
|
name: Trim Trailing Whitespace
|
|
description: This hook trims trailing whitespace.
|
|
entry: trailing-whitespace-fixer
|
|
language: python
|