Browse Source

Correct CACHE exclude

David Cramer 11 years ago
parent
commit
8e2a58273b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -6,4 +6,4 @@ timeout=5
 [flake8]
 ignore = F821,F123,E128,E124,E501,F999
 max-line-length = 100
-exclude = .tox,.git,migrations,./src/sentry/static/CACHE/*,docs
+exclude = .tox,.git,migrations,*/static/CACHE/*,docs