From df020bb3894e68c1617d864102b95117b964e508 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:16:17 +0100 Subject: [PATCH] Style Guide: add world consistency --- docs/style.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/style.md b/docs/style.md index 745b51ed..4cc81114 100644 --- a/docs/style.md +++ b/docs/style.md @@ -18,6 +18,7 @@ * Use type annotations where possible for function signatures and class members. * Use type annotations where appropriate for local variables (e.g. `var: List[int] = []`, or when the type is hard or impossible to deduce.) Clear annotations help developers look up and validate API calls. +* Worlds that do not follow PEP8 should still have a consistent style across its files to make reading easier. ## Markdown