| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,8 @@ | |||
| 20 | 20 | # E242 Tab after ',' | |
| 21 | 21 | # E273 Tab after keyword | |
| 22 | 22 | # E274 Tab before keyword | |
| 23 | + # E742 Do not define classes named 'I', 'O', or 'l' | ||
| 24 | + # E743 Do not define functions named 'I', 'O', or 'l' | ||
| 23 | 25 | # E901 SyntaxError or IndentationError | |
| 24 | 26 | # E902 IOError | |
| 25 | 27 | # W291 Trailing whitespace | |
@@ -28,4 +30,4 @@ | |||
| 28 | 30 | # W391 Blank line at end of file | |
| 29 | 31 | ||
| 30 | 32 | [flake8] | |
| 31 | - select = E223,E224,E242,E273,E274,E901,E902,W291,W292,W293,W391 | ||
| 33 | + select = E223,E224,E242,E273,E274,E742,E743,E901,E902,W291,W292,W293,W391 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments