Skip to content

Commit 3311e1b

Browse files
committed
Add dev deps to pyproject.toml
Add add uv.lock file
1 parent 17060d2 commit 3311e1b

File tree

2 files changed

+370
-0
lines changed

2 files changed

+370
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ Documentation = "https://maxminddb.readthedocs.org/"
3535
"Source Code" = "https://github.com/maxmind/MaxMind-DB-Reader-python"
3636
"Issue Tracker" = "https://github.com/maxmind/MaxMind-DB-Reader-python/issues"
3737

38+
[dependency-groups]
39+
dev = [
40+
"pytest>=8.3.5",
41+
]
42+
lint = [
43+
"black>=25.1.0",
44+
"mypy>=1.15.0",
45+
"pylint>=3.3.6",
46+
"ruff>=0.11.6",
47+
]
48+
3849
[tool.setuptools.package-data]
3950
maxminddb = ["py.typed"]
4051

0 commit comments

Comments
 (0)