FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Enable two more `flake8` rules (#7552) · apache/cloudstack@8d6241f · GitHub

Commit 8d6241f

Browse files
authored
Enable two more flake8 rules (#7552)
1 parent 2457d20 commit 8d6241f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎.github/linters/.flake8‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
# E242 Tab after ','
2121
# E273 Tab after keyword
2222
# 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'
2325
# E901 SyntaxError or IndentationError
2426
# E902 IOError
2527
# W291 Trailing whitespace
@@ -28,4 +30,4 @@
2830
# W391 Blank line at end of file
2931

3032
[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

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL