We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba00b54 commit 2190ad8Copy full SHA for 2190ad8
flake8.cfg .flake8
Makefile
@@ -2,7 +2,7 @@ qa: flake8 test
2
3
.PHONY: flake8
4
flake8:
5
- docker-compose run --rm dev flake8 --config=flake8.cfg --statistics turbasen
+ docker-compose run --rm dev flake8 --statistics turbasen
6
7
.PHONY: test
8
test:
wercker.yml
@@ -12,7 +12,7 @@ build:
12
13
- script:
14
name: run flake8
15
- code: flake8 --config=flake8.cfg --statistics turbasen
+ code: flake8 --statistics turbasen
16
17
18
name: run tests
0 commit comments