Skip to content

Commit 485da4d

Browse files
authored
Add pyproject.toml with prek dev dependency (#496)
* Add pyproject.toml with prek dev dependency * Update pyproject.toml * Update pyproject.toml
1 parent db1268a commit 485da4d

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -----------------------------------------------------------------------------
2+
# Root pyproject.toml used only for documentation & dev dependency management.
3+
# This is NOT a distributable Python package. Do not publish this meta project.
4+
# -----------------------------------------------------------------------------
5+
[project]
6+
name = "nextcommunity-monorepo-meta"
7+
version = "0.0.0"
8+
description = "Internal meta project for Next Community documentation and development tooling (not published)"
9+
readme = "README.md"
10+
license = "GPL-3.0-or-later"
11+
requires-python = ">=3.13"
12+
13+
[dependency-groups]
14+
dev = [
15+
"prek>=0.4.0"
16+
]

uv.lock

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)