Skip to content

Commit

Permalink
Add Python imports specification
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 30, 2024
1 parent 5f42f3f commit 6cad505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/technology/backend/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
1. The maximum [cyclomatic complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity) of the code MUST be no larger than 20
1. The maximum cyclomatic complexity of the code SHOULD be no larger than 12
1. Line lengths SHOULD NOT exceed 80 characters
1. Absolute imports SHOULD be used
1. Relative imports COULD be used for importing files within the same directory
1. **Dependencies**
1. Python dependencies SHOULD be managed using [Poetry](#poetry)
1. **Frameworks, tools and libraries**
Expand Down

0 comments on commit 6cad505

Please sign in to comment.