mirror of https://gitlab.com/bashrc2/epicyon
Coding style
parent
fd8ce18814
commit
bb4f2cf3f0
|
|
@ -1,5 +1,7 @@
|
||||||
# Epicyon Coding Style
|
# Epicyon Coding Style
|
||||||
|
|
||||||
|
No LLMs for issues or pull requests. Anything "agentic" will be rejected.
|
||||||
|
|
||||||
Try to keep to the typical PEP8 coding style supported by Python static analysis systems.
|
Try to keep to the typical PEP8 coding style supported by Python static analysis systems.
|
||||||
|
|
||||||
Variables all lower case and using underscores to separate words (snake case).
|
Variables all lower case and using underscores to separate words (snake case).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue