Skip to content

Commit

Permalink
Merge 0a5bdd0 into 310d1d1
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Apr 7, 2019
2 parents 310d1d1 + 0a5bdd0 commit 6d0af7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion travis/cfg/travis_run_flake8.cfg
Expand Up @@ -4,6 +4,9 @@
# F999 pylint support this case with expected tests
# W503 changed by W504 and OCA prefers allow both
# E203: whitespace before ':' (black behaviour and not pep8 compliant)
ignore = E123,E133,E226,E241,E242,F811,F601,W503,W504,E203
# E501: Having to change the code for just 1 extra character is too restrictive
# B950: Use this warning instead of E501
select = C,E,F,W,B,B950
ignore = E123,E133,E226,E241,E242,F811,F601,W503,W504,E203,E501
max-line-length = 79
exclude = __unported__,__init__.py,examples

0 comments on commit 6d0af7c

Please sign in to comment.