c2a-core
c2a-core copied to clipboard
python の linter である flake8 の E402 を ignore から解除する
概要
python の linter である flake8 の E402 を ignore から解除する
詳細
- https://github.com/ut-issl/c2a-core/issues/89 で flake8 を入れた
- https://github.com/ut-issl/c2a-core/pull/192#issuecomment-1015622595 という問題があり, https://github.com/ut-issl/c2a-core/blob/3c49663ce7069bd67376be54ae607fe2019a0069/.flake8#L3 としている.
- E402 は有効にしたい.
close条件
E402 が有効になったら
備考
import の方法を何とかする必要がありそう.