This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ Coding Standards
1515
1616* All components must be Python 3 compatible. The ``six `` module is already
1717 in the requirements.txt file, so feel free to use that.
18- * No Tabs for Python files (4 spaces = 1 indentation)
18+ * No Tabs for Python files (4 spaces = 1 indentation)
19+ * We use black to format all of our Python code.
20+ * No Tabs in Javascript files (4 spaces = 1 indentation)
21+ * We use Prettier to format our Javascript - please make sure you configure prettier to use 4 spaces as the tab size.
1922* Avoid proliferation of jQuery versions. Make your stuff compatible with the version
2023 of jQuery in the common folder.
2124* Avoid proliferation of additional third party javascript modules. We are already out of
Original file line number Diff line number Diff line change 1111 dependencies = [l .strip () for l in fh ]
1212
1313
14- VERSION = "6.0.11 "
14+ VERSION = "6.0.12 "
1515
1616# These pre-install hooks are useful to make sure any pre-requisite
1717# programs that are not pip installable are in place.
You can’t perform that action at this time.
0 commit comments