You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- There should be two line breaks between each import, variable declaration, event declaration, and function.
113
+
- There should be two line breaks between each top-level declaration, including `import`s, `constant`s, `immutable`s, `flag`s, `struct`s, state variables, `event`s, and functions.
114
114
- Each line of code should be limited to a maximum of 120 characters, including spaces.
115
115
- Code comments should be confined to a maximum of 80 characters per line, including spaces, with an allowed exception for comments with long URL links.
116
-
- For any undocumented behavior, please refer to [🐍Vyper's Official Style Guide](https://docs.vyperlang.org/en/latest/style-guide.html) and/or [PEP 8 – Style Guide for Python Code](https://peps.python.org/pep-0008).
116
+
- For any undocumented behaviour, please refer to [🐍Vyper's Official Style Guide](https://docs.vyperlang.org/en/latest/style-guide.html) and/or [PEP 8 – Style Guide for Python Code](https://peps.python.org/pep-0008).
0 commit comments