Skip to content

gvanderest/pylama-pre-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pylama pre-commit hooks

Want to use pylama with pre-commit?

So did I, but I wasn't able to find any hooks created to allow for it. Now this one does.. and it's worked for the small surface area I've tested so far.

Installation

Once you've installed pre-commit:

pip install pre-commit

You should be able to edit your .pre-commit-config.yaml file to include the configuration from this repository:

-   repo: https://github.com/gvanderest/pylama-pre-commit
    rev: 0.1.2
    hooks:
    - id: pylama

About

Hooks file for `pre-commit` integration.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages