Lint 用のコマンド (ここでは flake8) の実行パスが設定できるので、そこに登録してあげれば良い
~/.vimrc
let g:ale_python_flake8_executable = 'bin/flake8'
bin/flake8
#!/bin/bash
docker-compose exec web flake8 $@
Virtualenv の場合も、これで行ける気が
Go to list of users who liked
More than 5 years have passed since last update.
Lint 用のコマンド (ここでは flake8) の実行パスが設定できるので、そこに登録してあげれば良い
let g:ale_python_flake8_executable = 'bin/flake8'
#!/bin/bash
docker-compose exec web flake8 $@
Virtualenv の場合も、これで行ける気が
Register as a new user and use Qiita more conveniently
Go to list of users who liked