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:
48
48
Static Analysis
49
49
---------------
50
50
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
55
54
produce any errors or warnings. Disabling certain errors or warnings where
56
55
justified is acceptable:
57
56
You can’t perform that action at this time.
0 commit comments