테스트 강화 및 코드 품질 개선
This commit is contained in:
@@ -15,6 +15,7 @@ extend-exclude = '''
|
||||
| buck-out
|
||||
| build
|
||||
| dist
|
||||
| ref
|
||||
| __pycache__
|
||||
)/
|
||||
'''
|
||||
@@ -22,6 +23,7 @@ extend-exclude = '''
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
target-version = "py311"
|
||||
exclude = ["ref"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
|
||||
Reference in New Issue
Block a user