File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,6 @@ shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
4242[all.yml]
4343bears = YAMLLintBear
4444files = *.yml, .ci/*.yml, tests/**/*.yml
45+
46+ [all.nofutureimports]
47+ bears = NoFutureImportBear
Original file line number Diff line number Diff 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
3738configuration :
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ git+https://github.com/coala/coala#egg=coala
22git+https://github.com/coala/coala-bears#egg=coala-bears
33gemfileparser ~= 0.6.2
44pyjsparser ~= 2.4.5
5+ git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala-pyflakes
You can’t perform that action at this time.
0 commit comments