Skip to content

delfick/pylama_dmypy

Repository files navigation

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

0.4 - 4 December 2022
  • Increase speed using a results cache. Now dmypy runs only once and each file will get warnings/errors from that cached result
0.3 - 2 April 2022
  • Updated pylama and mypy
0.2 - 27 January 2022
  • fixed the setup.py
0.1 - 27 January 2022
  • Creation