Skip to content

Commit

Permalink
ignore W605
Browse files Browse the repository at this point in the history
  • Loading branch information
sdreher committed Oct 27, 2018
1 parent f867566 commit fe4411e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
APP=carr
JS_FILES=media/js/quiz/ media/taking_action/js media/bruise_recon/js media/js/dragdropreorder.js
MAX_COMPLEXITY=7
FLAKE8_IGNORE=W605

all: jenkins

Expand Down
2 changes: 1 addition & 1 deletion django.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bandit: $(PY_SENTINAL)
$(BANDIT) --ini ./.bandit -r $(PY_DIRS)

flake8: $(PY_SENTINAL)
$(FLAKE8) $(PY_DIRS) --max-complexity=$(MAX_COMPLEXITY)
$(FLAKE8) $(PY_DIRS) --max-complexity=$(MAX_COMPLEXITY) --extend-ignore=$(FLAKE8_IGNORE)

runserver: check
$(MANAGE) runserver $(INTERFACE):$(RUNSERVER_PORT)
Expand Down

0 comments on commit fe4411e

Please sign in to comment.