diff --git a/.coafile b/.coafile index dc7c129..1e98497 100644 --- a/.coafile +++ b/.coafile @@ -42,3 +42,6 @@ shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*) [all.yml] bears = YAMLLintBear files = *.yml, .ci/*.yml, tests/**/*.yml + +[all.nofutureimports] +bears = NoFutureImportBear diff --git a/.moban.yaml b/.moban.yaml index 9ae4b75..9299908 100644 --- a/.moban.yaml +++ b/.moban.yaml @@ -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: diff --git a/requirements.txt b/requirements.txt index 517d9b3..42d96ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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