File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
5554produce any errors or warnings. Disabling certain errors or warnings where
5655justified is acceptable:
5756
You can’t perform that action at this time.
0 commit comments