Skip to content

Commit cb0bb86

Browse files
committed
fix contributing type checking language
1 parent dec034f commit cb0bb86

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ the features added. To build the docs run:
4848
Static Analysis
4949
---------------
5050

51-
`django-enum` uses Pylint_ for python linting. Header imports are also
52-
standardized using isort_. Static type checking is not done because the code
53-
simply relies too heavily on metaprogramming for it to be useful. Before any
54-
PR is accepted the following must be run, and static analysis tools should not
51+
`django-enum` uses Pylint_ for python linting and mypy_ for static type
52+
checking. Header imports are also standardized using isort_. Before any PR is
53+
accepted the following must be run, and static analysis tools should not
5554
produce any errors or warnings. Disabling certain errors or warnings where
5655
justified is acceptable:
5756

0 commit comments

Comments
 (0)