BeNeuroLab / beneuro_experimental_data_organization

Code for checking, moving, and processing the data recorded in the lab
0 stars 3 forks source link

Configure black, isort, ruff #71

Closed bagibence closed 1 month ago

bagibence commented 1 month ago

Added some configuration to the pyproject.toml to have consistent formatting, and reformatted everything. The following are now hopefully equivalent:

black .
isort .
ruff check --select I --fix
ruff format