Browse Source

Ignore C901 (too complex) flake8 warnings

Matt Robenolt 9 years ago
parent
commit
06f2d2de61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -4,7 +4,7 @@ addopts=--tb=native -p no:doctest
 norecursedirs=bin dist docs	htmlcov script hooks node_modules .* {args}
 
 [flake8]
-ignore = F999,E501,E128,E124,E402,W503,E731
+ignore = F999,E501,E128,E124,E402,W503,E731,C901
 max-line-length = 100
 exclude = .tox,.git,*/migrations/*,node_modules/*,src/sentry/static/sentry/vendor/*,docs/*