aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore: update pre-commit configuration and remove unnecessary dependenciesHsiangNianian2026-01-161-3/+1
| | | | Modified the .pre-commit-config.yaml to include additional hooks and reorganized the repository structure. Updated pyproject.toml to remove the pre-commit dependency, streamlining the project configuration.
* chore: add dev dependency for prek in pyproject.toml and uv.lockHsiangNianian2026-01-161-0/+5
| | | | Included the 'prek' package as a development dependency in both pyproject.toml and uv.lock, specifying version 0.2.28 to enhance development capabilities.
* chore: add pyproject.toml and uv.lock for project configuration and dependenciesHsiangNianian2026-01-161-0/+20
Created a new pyproject.toml file to define the project metadata and dependencies, including pre-commit. Added a uv.lock file to manage package versions and ensure reproducibility.