1 parent ab89b73 commit 9331cc7Copy full SHA for 9331cc7
1 file changed
PythonStyleGuide.md
@@ -38,7 +38,9 @@ comments to start with '# '.
38
To stop flake8 from complaining all the time about these, I style-check my
39
python scripts with the following command:
40
41
+```
42
flake8 myFancyScript.py | grep -Ev 'E221|E111|E265|W391'
43
44
45
**Some marks of the assessed coursework are reserved for style and clarity**.
46
We won't strictly enforce all PEP8 guidelines, but it's probably a good idea
0 commit comments