Move gen scripts into their own package

This commit is contained in:
Kovid Goyal
2023-10-14 07:44:18 +05:30
parent cae19bba60
commit 56063b96fd
12 changed files with 93 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
[tool.mypy]
files = 'kitty,kittens,glfw,*.py,docs/conf.py'
files = 'kitty,kittens,glfw,*.py,docs/conf.py,gen'
no_implicit_optional = true
sqlite_cache = true
cache_fine_grained = true