Skip to content

Commit 1ead3cd

Browse files
committed
Returned 42cc style checks, excluding checks on migrations
1 parent 1fe78ab commit 1ead3cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SETTINGS=fortytwo_test_task.settings
33

44
test:
55
PYTHONPATH=`pwd` DJANGO_SETTINGS_MODULE=$(SETTINGS) $(MANAGE) test
6-
flake8 apps fortytwo_test_task
6+
flake8 --exclude '*migrations*' apps fortytwo_test_task
77

88
run:
99
PYTHONPATH=`pwd` DJANGO_SETTINGS_MODULE=$(SETTINGS) $(MANAGE) runserver

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django==1.6.7
2-
flake8
2+
42cc-pystyle

0 commit comments

Comments
 (0)