Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI: find Python syntax errors and undefined names #1376

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Force a rebuild
  • Loading branch information
cclauss authored Sep 10, 2019
commit 71fc7e0b2539ac9550f1b688dc602ce256827b06
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# Run code formatting linters
- run: |
apt-get -y install python3-pip
pip3 install flake8
pip3 install flake8
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
cd npm_and_yarn/helpers
yarn lint
Expand Down