Fixes a configuration bug where meeshkan/build folder was neglected by Black as it excludes "build" pattern by default. Only new addition here is the pyproject.toml and running black ..
Required for #179
[ ] Excluding build is done by excluding build/lib, not sure if this is the cleanest way but I couldn't find another way.
Fixes a configuration bug where
meeshkan/build
folder was neglected by Black as it excludes "build" pattern by default. Only new addition here is thepyproject.toml
and runningblack .
. Required for #179build
is done by excludingbuild/lib
, not sure if this is the cleanest way but I couldn't find another way.