Skip to content

Commit 4566d51

Browse files
committed
.coafile: Add NoFutureImportBear
Closes coala#267
1 parent b4b0b53 commit 4566d51

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.coafile

+3
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
4242
[all.yml]
4343
bears = YAMLLintBear
4444
files = *.yml, .ci/*.yml, tests/**/*.yml
45+
46+
[all.nofutureimports]
47+
bears = NoFutureImportBear

.moban.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies:
3434
- coala_utils~=0.6.6
3535
- gemfileparser~=0.6.2
3636
- pyjsparser~=2.4.5
37+
- git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala_pyflakes
3738

3839

3940
configuration:

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ coala_bears~=0.12.0.dev20170722110839
33
coala_utils~=0.6.6
44
gemfileparser~=0.6.2
55
pyjsparser~=2.4.5
6+
git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala_pyflakes

0 commit comments

Comments
 (0)