/python-template-with-poetry

Pythonの開発をパッと始めるためのテンプレートリポジトリです。

Primary LanguagePython

Python Template with Poetry

Pythonの開発をパッと始められるようにセットアップしたテンプレートリポジトリです。
「Use this template」から利用を開始してください。

開始方法

$ poetry shell
(.venv) $ poetry install
(.venv) $ pre-commit install

備考

  • pre-commitで利用するflake8とblackのバージョンアップは手動です。
  • Dependabot、GitHub ActionsのWorkflowを設定しています。適宜利用してください。