Skip to content

Commit 9331cc7

Browse files
committed
Minor changes
1 parent ab89b73 commit 9331cc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PythonStyleGuide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ comments to start with '# '.
3838
To stop flake8 from complaining all the time about these, I style-check my
3939
python scripts with the following command:
4040

41+
```
4142
flake8 myFancyScript.py | grep -Ev 'E221|E111|E265|W391'
43+
```
4244

4345
**Some marks of the assessed coursework are reserved for style and clarity**.
4446
We won't strictly enforce all PEP8 guidelines, but it's probably a good idea

0 commit comments

Comments
 (0)