Skip to content

pre commit hook that just runs the mypy validation.

License

Notifications You must be signed in to change notification settings

jcrumb-u21/pre-commit-mypy

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 58.1%
  • Makefile 30.8%
  • Shell 8.9%
  • Python 2.2%