v1.5: Integrated optional category feature, i18n stabilization, and documentation update

This commit is contained in:
leeyj
2026-04-16 15:42:02 +09:00
parent df8ae62b0e
commit aef0179c56
47 changed files with 1699 additions and 544 deletions
+7
View File
@@ -0,0 +1,7 @@
[flake8]
# E701: 한 줄에 콜론(:) 사용 (Multiple statements on one line (colon))
# E702: 한 줄에 세미콜론(;) 사용 (Multiple statements on one line (semicolon))
# 위 항목들은 가독성을 위한 스타일 가이드이므로, 개발 효율을 위해 영구 무시 설정함.
ignore = E701, E702
max-line-length = 120
exclude = .git,__pycache__,docs,old,build,dist,venv