feat(ci): script checking;

This commit is contained in:
Barrett Ruth 2025-11-08 17:41:49 -05:00
parent 7dbac2132a
commit 5730695a53
7 changed files with 333 additions and 0 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[project]
name = "midnight-nvim"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
[dependency-groups]
dev = [
"mypy>=1.18.2",
"numpy>=2.3.4",
"pillow>=12.0.0",
]