Skip to content

Commit 60b209b

Browse files
committed
.coafile: Add NoFutureImportBear
Closes #267
1 parent 5ece789 commit 60b209b

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
@@ -32,6 +32,7 @@ dependencies:
3232
- 'git+https://github.com/coala/coala-bears#egg=coala-bears'
3333
- gemfileparser~=0.6.2
3434
- pyjsparser~=2.4.5
35+
- git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala-pyflakes
3536

3637

3738
configuration:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ git+https://github.com/coala/coala#egg=coala
22
git+https://github.com/coala/coala-bears#egg=coala-bears
33
gemfileparser~=0.6.2
44
pyjsparser~=2.4.5
5+
git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala-pyflakes

0 commit comments

Comments
 (0)