peterjc / flake8-black

flake8 plugin to run black for checking Python coding style
MIT License
165 stars 10 forks source link

Use `tomli.loads` instead of file load #52

Closed timkpaine closed 2 years ago

timkpaine commented 2 years ago

Fixes https://github.com/peterjc/flake8-black/issues/50 But might be a better way, I have limited .toml files on which to test.

peterjc commented 2 years ago

Thanks, but I was already addressing this as part of #51 when you PR came in, so fixed it that way.