Skip to content

Commit 600e97a

Browse files
chore: 기본 채커 프로그램을 추가하다
- 기본으로 사용하는 체크 프로그램을 추가함.
1 parent df1dd8f commit 600e97a

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ cli = "cli.main:run"
2020
[dependency-groups]
2121
dev = [
2222
"pre-commit>=4.2.0",
23+
"ruff>=0.12.5",
24+
"ty>=0.0.1a16",
2325
]
2426

2527
[build-system]

uv.lock

Lines changed: 57 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)