Skip to content

Commit 298f7ce

Browse files
committed
.coafile: Add NoFutureImportBear
Closes #267
1 parent b4b0b53 commit 298f7ce

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.coafile

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)