Salz0 / telegram_flea

A open-source flea market bot, to be used in any Community
MIT License
9 stars 21 forks source link

Use `pydantic` settings #25

Closed mykolasolodukha closed 10 months ago

mykolasolodukha commented 10 months ago

What?

Why?

To let pydantic manage all the settings to allow e.g. raising error on startup when there are non-optional settings missing, rather than having issue raised on runtime.

How to test?