Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ruff to sort imports * unused variables, unused f strings, unused exceptions * bugbears * remove isort and black * remove variable names matching builtins * better list comprehensions * simplify dict type model creation * simplify unnecessary returns * simplify isinstances * fix todos * delete commented out code * pandas .values -> .to_numpy() * don't overwrite the iterated var * dont wrap the descriptions in the pydantic schemas * use values not items in dict iteration * check docstrings * now with up
- Loading branch information