banksalad / K-Format

🇰🇷 Python library for Korean style fixed length format definition(전문 통신)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use black and pylint

winterjung opened this issue · comments

  • 협업을 위해 black, pylint를 CI에 추가할것을 제안합니다.
    • pylint를 사용한다면 unused-wildcard-import disable, N이라는 클래스 이름이 너무 짧아 경고를 띄우기 때문에 good name에 N 추가, kclass.py에서 사용하는 type()에 대해 unidiomatic-typecheck 경고 disable이 필요합니다.
  • Makefilecheck 스텝을 만들어 make check로 검사
  • .travis.yml, requirements-dev.txt에 추가
  • python setup.py test 과정에도 추가해야할지?
  • black, pylint 추가 찬성
  • Makefile 추가도 찬성