bids-standard / pybv

A lightweight I/O utility for the BrainVision data format, written in Python.

Home Page:https://pybv.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use black for formatting

sappelhoff opened this issue · comments

should be done in a single, squashed commit, and then ensured via CI (e.g., flake-black).

We then use:

  • isort
  • black
  • flake8 (with numpydoc docstr checks)

For example as done here: