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.
1 parent 7e5141e commit 9b5008cCopy full SHA for 9b5008c
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