We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9379365 commit 88f3701Copy full SHA for 88f3701
sources/reference/developing/guidelines.md
@@ -89,6 +89,17 @@ high-level rules here:
89
Python [json][] module
90
* Try to respect a width of 80 characters for code and documentation, this
91
should be covered by the code formatter
92
+ * Sort imports as follows:
93
+
94
+ ```text
95
+ # Python stdlib imports
96
97
+ # Third-party imports
98
99
+ # Local package imports
100
+ ```
101
102
+ This should be dealt with by the code formatter
103
104
105
[signoff]: https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff
0 commit comments