Pythonプロジェクトを快適にするために導入したツールとその設定 | DevelopersIO
start: if [ -n "${ENV}" ]; then \ .venv/bin/dotenv –file ${ENV} run — .venv/bin/python src/main.py; \ else \ .venv/bin/dotenv –file .env.kiryu run — .venv/bin/python src/main.py; \ fi lint: poetry run pysen run lint lint-fix: poetry run pysen run format && \ poetry run pysen run lint test-uni…
もっと詳しく