minor: ruff formatter
All changes are either: - Correcting tabs - Adding/removing line breaks - Adding trailing commas
This commit is contained in:
parent
b2e5dd2ebb
commit
c689ac1e10
91 changed files with 1710 additions and 689 deletions
|
|
@ -2,4 +2,4 @@
|
|||
Configurations for the <this> module
|
||||
|
||||
Exports:
|
||||
"""
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
Constants for the <this> module
|
||||
|
||||
Exports:
|
||||
"""
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ Dependencies related to the <this> module
|
|||
|
||||
Exports:
|
||||
- <dep_name>: <return_type>: <description>
|
||||
"""
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ Exceptions related to the <this> modules
|
|||
|
||||
Exceptions:
|
||||
- <ExceptionName>: Details e.g. optional params
|
||||
"""
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ Models:
|
|||
- <normal_columns[FK][PK]>
|
||||
- <orm_relationships>
|
||||
- <calculated_properties>
|
||||
"""
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ Exports:
|
|||
- Dependencies should be used for db model get and validation where possible
|
||||
- Verify module level docstring is still accurate after updates
|
||||
"""
|
||||
|
||||
from fastapi import APIRouter
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ Models follow the nomenclature of:
|
|||
- Sub-models: "<Resource><Opt:>Schema"
|
||||
- Mixins: "<Attribute>Mixin"
|
||||
- Models: "<Module><Method><Resource><Opt:Resource><Direction>" ie ""
|
||||
"""
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
Module specific business logic for the <this> module
|
||||
|
||||
Exports:
|
||||
"""
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""
|
||||
Non-business logic reusable functions and classes for the <this> module
|
||||
"""
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue