kirtonBCIlab / bci-essentials-python

Python backend for BCI Essentials
Mozilla Public License 2.0
11 stars 7 forks source link

Updating black formatter settings #100

Closed gregbci closed 7 months ago

gregbci commented 7 months ago

Test PR for debugging the build.

gregbci commented 7 months ago

The latest version of black had some rule changes. The PR build was failing because it creates a fresh conda environment each time - thus using the latest version of black.

We didn't see the issue in our own workspaces because the conda environments were older.

I decided to leave the black version as "latest" in enviornment.yml. If this becomes a pain, we can lock to a version.