feat(ci): script checking;
This commit is contained in:
parent
7dbac2132a
commit
5730695a53
7 changed files with 333 additions and 0 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue