◐ Shell
clean mode source ↗

GitHub - GVRV/pre-commit-flake8: Pre-commit hook for running flake8

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

9 Commits

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

Readme

Activity

Stars

2 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published