Skip to content

Commit

Permalink
Ignore E203 psf/black#315
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyaragupathy committed Oct 23, 2019
1 parent edf3f91 commit 590db92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
mkdir ${CIRCLE_WORKING_DIRECTORY}/tests/server/lint
. ${CIRCLE_WORKING_DIRECTORY}/env/bin/activate
black --check manage.py server tests migrations
flake8 manage.py server tests migrations
flake8 --ignore=E203 manage.py server tests migrations
- run:
name: Run frontend tests
command: |
Expand Down

0 comments on commit 590db92

Please sign in to comment.