diff --git a/web/package.json b/web/package.json
index ff72801..eb33fd0 100644
--- a/web/package.json
+++ b/web/package.json
@@ -104,6 +104,6 @@
     "test:karma": "yarn run linter && yarn run karma start",
     "test:feature": "yarn run bundle && python regression/runtests.py --pkg feature_tests",
     "test": "yarn run test:karma-once && yarn run bundle && python regression/runtests.py",
-    "pep8": "pycodestyle --config=.pycodestyle ."
+    "pep8": "pycodestyle --config=../.pycodestyle .."
   }
 }
