benlansdell / ethome

Tools for machine learning of animal behavior
https://benlansdell.github.io/ethome/
MIT License
13 stars 1 forks source link

type hints #12

Closed benlansdell closed 9 months ago

benlansdell commented 9 months ago

About the styling, this is rather minor and quickly fixable - in some places type hints are provided in other they are not and in some function definitions arguments are in separate lines while in others they are in one line (as far as I noted these are in the features part of the module).

benlansdell commented 9 months ago

Used ruff format to make this more consistent. Added type hints to all function arguments.