I was watching some videos about pyproject.toml config file and i saw that you can have some pyright and other tools config in there instead of having a pyrightconfig.json, but it makes any sense having the pyproject.toml if i'm not gonna build my application as a module with pip?
any hacks or cool stuff you can do with pyprojecty.toml are appreciated as well.