luismayta / pre-commit-mypy

pre commit hook that just runs the mypy validation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wercker status License

Version:0.1.1
Web:https://github.com/luismayta/pre-commit-mypy
Download:http://github.com/luismayta/pre-commit-mypy
Source:http://github.com/luismayta/pre-commit-mypy
Keywords:pre-commit-mypy

See also: https://github.com/pre-commit/pre-commit

This is a list of applications that need to be installed previously to enjoy all the goodies of this configuration:

Using pre-commit-mypy with pre-commit

Add this to your .pre-commit-config.yaml

-   repo: git://github.com/luismayta/pre-commit-mypy
    sha: ''  # Use the sha you want to point at
    hooks:
    -   id: mypy
        args:
        - --ignore-missing-imports

GNU

Please see CHANGELOG for more information what has changed recently.

Please see CONTRIBUTING for details.

Releases are managed using gitlab release feature. We use [Semantic Versioning](http://semver.org) for all the releases. Every change made to the code base will be referred to in the release notes (except for cleanups and refactorings).

Made with ❤️ ☕ and 🍕 by company.

About

pre commit hook that just runs the mypy validation.

License:Apache License 2.0


Languages

Language:Go 58.1%Language:Makefile 30.8%Language:Shell 8.9%Language:Python 2.2%