Skip to content

Commit 7ce6313

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

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
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

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ pytest-timeout~=1.3.0
2525
pytest-travis-fold~=1.3.0
2626
requests-mock~=1.2
2727
ipdb~=0.11
28-
pip<10
28+
pip!=9.0.2, !=10.0.*, !=18.0
2929
six>=1.11.0
3030
wheel~=0.29

0 commit comments

Comments
 (0)