phi-friday

Results 4 issues of phi-friday

fix SQLModel.parse_obj, SQLModel.validate method return type "SQLModel" -> _TSQLModel [issues link](https://github.com/tiangolo/sqlmodel/issues/317)

diskcache: [github](https://github.com/grantjenks/python-diskcache) I think `diskcache` is a good library to use in the absence of an installable backend. `diskcache` is a library that uses local drive and `sqlite`, and is...

--- The decorator's definition allows dynamic, but they are not defined in the stub file, making it difficult to get help from the IDE. **^ Add meaningful description above** Read...

`ruff` is a linter and formatter for python. It is faster than other existing linters(ex: `pylint`) and is compatible with `black`. Also many other libraries are applying `ruff` already. (ex:...