openMetadataInitiative / bids2openminds

A tool to generate openMINDS metadata from BIDS datasets
MIT License
1 stars 3 forks source link

Format the code with black #4

Closed apdavison closed 7 months ago

apdavison commented 7 months ago

This pull request formats the code to be compliant with PEP-8.

I've used black, with line length 119. I suggest everyone installs it (you can configure VSCode to use it automatically), then we'll always have consistent formatting.