Metadata-Version: 2.1
Name: pylama-dmypy
Version: 0.2
Summary: Linting plugin for pylama to see dmypy
Home-page: http://github.com/delfick/pylama-dmypy
Author: Stephen Moore
Author-email: stephen@delfick.com
License: MIT
Platform: UNKNOWN
Provides-Extra: tests
License-File: LICENSE

Pylama dmypy
============

A linter plugin for pylama that makes it aware of dmypy

https://mypy.readthedocs.io/en/stable/mypy_daemon.html

Installation
------------

Install it into your environment::

    > python -m pip install pylama-dmypy

Then configure your pylama to use the ``dmypy`` linter.

Changelog
---------

.. _release-0.2:

0.2 - 27 January 2022
    * fixed the setup.py

.. _release-0.1:

0.1 - 27 January 2022
    * Creation


