Skip to content

Commit

Permalink
Merge pull request #8298 from brave/wknapik-pylint-uplift
Browse files Browse the repository at this point in the history
Pylint uplift.
  • Loading branch information
kjozwiak committed Mar 18, 2021
2 parents 730bac6 + 4962fe4 commit 5b3f345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"test-security": "npm run check_security && npm run audit_deps && node ./build/commands/scripts/commands.js start --enable_brave_update --network_log --user_data_dir_name=brave-network-test",
"tslint": "tslint --project tsconfig-lint.json \"components/**/*.{ts,tsx}\"",
"pep8": "pycodestyle --max-line-length 120 -r script",
"pylint": "pylint -j0 -ry build components installer script tools",
"pylint-report": "pylint -j0 -fparseable -rn --exit-zero build components installer script tools >pylint-report.txt",
"web-ui-gen-grd": "node components/webpack/gen-webpack-grd",
"web-ui": "webpack --config components/webpack/webpack.config.js --progress --colors",
"build-storybook": "build-storybook -c .storybook -o .storybook-out",
Expand Down

0 comments on commit 5b3f345

Please sign in to comment.