Skip to content

Commit 2190ad8

Browse files
committed
chore: rename flake8 configuration file
1 parent ba00b54 commit 2190ad8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

flake8.cfg .flake8

File renamed without changes.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ qa: flake8 test
22

33
.PHONY: flake8
44
flake8:
5-
docker-compose run --rm dev flake8 --config=flake8.cfg --statistics turbasen
5+
docker-compose run --rm dev flake8 --statistics turbasen
66

77
.PHONY: test
88
test:

wercker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212

1313
- script:
1414
name: run flake8
15-
code: flake8 --config=flake8.cfg --statistics turbasen
15+
code: flake8 --statistics turbasen
1616

1717
- script:
1818
name: run tests

0 commit comments

Comments
 (0)