Skip to content

Commit

Permalink
Update README and mypy config file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkurn committed May 17, 2020
1 parent 6a87fb3 commit bedde0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Lastly, setup the pre-commit hook.

ln -s ../../pre-commit.sh .git/hooks/pre-commit

Tests and the linter can be run with ``pytest`` and ``flake8`` respectively. The latter also
runs ``mypy`` for type checking.
Tests, the linter, and the type checker can be run with ``pytest``, ``flake8``, and ``mypy``
respectively.

License
=======
Expand Down
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[mypy]
files = text2array/**/*.py

[mypy-pytest]
ignore_missing_imports = True

Expand Down

0 comments on commit bedde0f

Please sign in to comment.