Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
flake8 is static analyzer (aka. linter) for Python that helps you enforce coding standards and even to find potential bugs. It can report issues with you code ranging from simple issues such as not ...
# まずこれだけインストール! pip install flake8 pylint black isort mypy # 数値計算もやるなら pip install numpy pandas # Jupyter使うなら pip install jupyter notebook ...