We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c8d58 commit d0dca87Copy full SHA for d0dca87
package.json
@@ -44,7 +44,7 @@
44
"test": "istanbul cover -x '*.test.js' node_modules/mocha/bin/_mocha '*.test.js' -- -R spec",
45
"lint": "eslint *.js",
46
"pytest": "py.test --cov=serve --cov=requirements --cov=wsgi_handler --cov=serverless_wsgi --cov-report=html",
47
- "pylint": "flake8 --exclude node_modules --exclude .devenv"
+ "pylint": "flake8 --exclude node_modules,.devenv"
48
},
49
"devDependencies": {
50
"chai": "^4.3.10",
0 commit comments