Skip to content

Commit

Permalink
not on import order
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Apr 29, 2024
1 parent 9379365 commit 88f3701
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sources/reference/developing/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ high-level rules here:
Python [json][] module
* Try to respect a width of 80 characters for code and documentation, this
should be covered by the code formatter
* Sort imports as follows:

```text
# Python stdlib imports
# Third-party imports
# Local package imports
```

This should be dealt with by the code formatter


[signoff]: https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff
Expand Down

0 comments on commit 88f3701

Please sign in to comment.