abertsch72 / abertsch72/minimum-bayes-risk
add a linter
未關閉
minor
- 主要語言
- Python
- 星號
- 2
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
specifically: imports are all out of order in most files
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
The issue mentions that imports are out of order in most files. First, examine the project structure to see which Python files exist. Look for a linter like isort or flake8 that can sort imports. Check if there's a configuration file (like setup.cfg, pyproject.toml, or .isort.cfg) to understand the desired import order. Running a linter on a sample file will show the changes needed. The goal is to add a linter to the project's development workflow, possibly in a pre-commit hook or CI configuration.
由索引模型根據 Issue 內容生成。
評估
- 領域
- tooling
- Issue 類型
- 功能
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100