Skip to content

Commit

Permalink
chore: Move mypy & ruff to dependency-groups;dev
Browse files Browse the repository at this point in the history
  • Loading branch information
teihenn committed Nov 15, 2024
1 parent 80dd722 commit 23eaece
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ version = "0.1.0"
description = "Quick reference for common LeetCode Python techniques and patterns."
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["mypy>=1.13.0", "ruff>=0.7.4"]
dependencies = []

[dependency-groups]
dev = ["mypy>=1.13.0", "ruff>=0.7.4"]

[tool.ruff]
select = [
Expand Down
8 changes: 6 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23eaece

Please sign in to comment.