[tool.ruff] target-version = "py313" line-length = 100 # 폐기 엔진 보관 폴더는 이동 당시 원본 그대로 두기로 했으므로 린트/포맷 대상에서 뺀다. extend-exclude = ["B05_Profile/_legacy_watershed"] [tool.ruff.lint] select = ["E", "F", "I"] fixable = ["ALL"] [tool.ruff.format] quote-style = "double" indent-style = "space"