yoctoproject / bmaptool

BMAP Tools
GNU General Public License v2.0
27 stars 13 forks source link

Format code with black #8

Closed JPEWdev closed 8 months ago

JPEWdev commented 8 months ago

Formats the code with black and adds a github action to enforce it in CI

moto-timo commented 8 months ago

@JPEW thanks for looking into this. The failure about the poetry.lock file reminds me that I would rather use hatch if we are going to use a CLI tool to manage the package.

We could alternatively drop the lock file. I don't think most packages are carrying a lock file these days?

JPEWdev commented 8 months ago

@jpew thanks for looking into this. The failure about the poetry.lock file reminds me that I would rather use hatch if we are going to use a CLI tool to manage the package.

Yes, that is next on my TODO list after CI works again

We could alternatively drop the lock file. I don't think most packages are carrying a lock file these days?

Poetry demands it be updated, so I've just done so until Poetry is removed

moto-timo commented 8 months ago

We could alternatively drop the lock file. I don't think most packages are carrying a lock file these days?

Poetry demands it be updated, so I've just done so until Poetry is removed

And... there is another reason for me to not choose poetry.