mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update Python Port
parent
46fe319742
commit
bcda3b8fd0
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ source code
|
||||||
and spacing. `autopep8` can be used to automatically format your code
|
and spacing. `autopep8` can be used to automatically format your code
|
||||||
4. All new Python code should be `isort`ed
|
4. All new Python code should be `isort`ed
|
||||||
5. SQLAlchemy ORM model attributes should be Capitalized if they are literal table columns, otherwise snake_cased in accordance with PEP-8 guidelines
|
5. SQLAlchemy ORM model attributes should be Capitalized if they are literal table columns, otherwise snake_cased in accordance with PEP-8 guidelines
|
||||||
|
6. Use typed arguments as often as possible. We'd like to show users the types of arguments without relying on documentation, and this helps a ton with that.
|
||||||
|
|
||||||
## Who, Where?
|
## Who, Where?
|
||||||
<div id="who-where"></div>
|
<div id="who-where"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue