Skip to content

Commit

Permalink
.coafile: Add NoFutureImportBear
Browse files Browse the repository at this point in the history
Closes coala#267
  • Loading branch information
ankitxjoshi committed Jul 24, 2019
1 parent 5ece789 commit 7ce6313
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
[all.yml]
bears = YAMLLintBear
files = *.yml, .ci/*.yml, tests/**/*.yml

[all.nofutureimports]
bears = NoFutureImportBear
1 change: 1 addition & 0 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- 'git+https://github.com/coala/coala-bears#egg=coala-bears'
- gemfileparser~=0.6.2
- pyjsparser~=2.4.5
- git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala-pyflakes


configuration:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ git+https://github.com/coala/coala#egg=coala
git+https://github.com/coala/coala-bears#egg=coala-bears
gemfileparser~=0.6.2
pyjsparser~=2.4.5
git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala-pyflakes
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ pytest-timeout~=1.3.0
pytest-travis-fold~=1.3.0
requests-mock~=1.2
ipdb~=0.11
pip<10
pip!=9.0.2, !=10.0.*, !=18.0
six>=1.11.0
wheel~=0.29

0 comments on commit 7ce6313

Please sign in to comment.