File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,9 @@ data to the new models.
4545Code Convention
4646---------------
4747
48- We follow the `Django Coding Style `_ and enforce it using `flake8 `_.
49-
50- In general, if flake8 is happy with your code, you should be fine. To use
51- ``flake8 `` to check your code, you can use the following command::
52-
53- $ flake8 --max-complexity=24 --statistics --benchmark --ignore=E5,F4 <project_dir>/
48+ We follow the `Black Coding Style `_, and sort our imports with `isort `_. This
49+ code style is enforced with automation.
5450
5551.. _`issue tracker` : https://github.com/pythonindia/junction/issues
56- .. _`flake8 ` : https://flake8 .readthedocs.org/en/latest/
57- .. _`Django Coding Style` : https://docs.djangoproject.com /en/2.2/internals/contributing/writing-code/coding-style/
52+ .. _`isort ` : https://isort .readthedocs.org/en/latest/
53+ .. _`Black Coding Style` : https://black.readthedocs.io /en/latest/the_black_code_style.html
You can’t perform that action at this time.
0 commit comments