Skip to content

Commit

Permalink
#165: Add flake8 config changes needed from additional plugins used
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Oct 29, 2020
1 parent 90badd6 commit a478ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# .flake8
[flake8]
select = B,B9BLK,C,E,F,I,S,W
select = A,B,B9BLK,C,E,F,I,S,W
ignore = E203,W503,E501
max-complexity = 10
max-line-length = 80
application-import-names = common,src,test,util
import-order-style = google
per-file-ignores = test/*:S101
enable-extensions=G

0 comments on commit a478ab1

Please sign in to comment.