GitHub - GVRV/pre-commit-flake8: Pre-commit hook for running flake8
GVRV / pre-commit-flake8 Public
-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
pre-commit-flake8
Adds pre-commit flake8 support through the simple flake8 command.
See also: https://github.com/pre-commit/pre-commit and https://github.com/aadu/pre-commit-isort
Using pre-commit-isort with pre-commit
Add this to your .pre-commit-config.yaml
- repo: git://github.com/GVRV/pre-commit-flake8
sha: '' # Use the sha you want to point at
hooks:
- id: flake8
FAQ
Q: Why? A: Because I couldn't find an existing hook that ran flake8.
About
Pre-commit hook for running flake8
Resources
Stars
Watchers
Forks
Releases
No releases published