AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
335 stars 149 forks source link

Set up auto-linting and run and validate on existing files #2593

Closed mikejhuang closed 1 year ago

morriscb commented 1 year ago

Standard in Pika is to now run isort+black before merging. If new code, always run isort+black. If modifying code, run isort+black after review to keep the pull comparison cleaner.