We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e5141e + 9b5008c commit 28ad710Copy full SHA for 28ad710
README.rst
@@ -9,14 +9,14 @@ pytest-mypy
9
:target: https://pypi.python.org/pypi/pytest-mypy
10
:alt: See Latest Release on PyPI
11
12
-Mypy static type checker plugin for Pytest
+Mypy static type checker plugin for pytest
13
14
----
15
16
Features
17
--------
18
19
-* Runs the mypy static type checker on your source files as part of your Pytest test runs.
+* Runs the mypy static type checker on your source files as part of your pytest test runs.
20
* Does for `mypy`_ what the `pytest-flake8`_ plugin does for `flake8`_.
21
* This is a work in progress – pull requests appreciated.
22
0 commit comments