gardenlinux / python-gardenlinux-lib

Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames
0 stars 0 forks source link

Add black as a dev dependency #32

Closed fwilhe closed 1 month ago

fwilhe commented 1 month ago

This allows to run black locally inside the poetry shell

Declaring it as a 'dev' dependency allows to skip it on prod installs, see https://python-poetry.org/docs/managing-dependencies/

Vincinator commented 1 month ago

Thanks @fwilhe for this PR!

There are some more dependencies that we need to move, that are only used for testing. Will move them tomorrow, thanks for the suggestion.