| description: This hook checks yaml files for parseable syntax. |
| name: Debug Statements (Python) |
| description: This hook checks that debug statements (pdb, ipdb, pudb) are not imported on commit. |
| entry: debug-statement-hook |
| description: Ensures that a file is either empty, or ends with one newline. |
| description: This hook runs flake8. |
| name: Tests should end in _test.py |
| description: This verifies that test files are named correctly |
| name: Pyflakes (DEPRECATED, use flake8) |
| description: This hook runs pyflakes. (This is deprecated, use flake8). |
| - id: trailing-whitespace |
| name: Trim Trailing Whitespace |
| description: This hook trims trailing whitespace. |
| entry: trailing-whitespace-fixer |