peterjc / flake8-black

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

Use tomllib on Python 3.11 #75

Closed gschaffner closed 1 year ago

gschaffner commented 1 year ago

hi! tomli was incorporated into the >= 3.11 stdlib as tomllib

peterjc commented 1 year ago

This would deserve a version bump and new release. Would you be happy to be named in the change log (see past examples in the README file)?

gschaffner commented 1 year ago

yes, thank you!

peterjc commented 1 year ago

OK to rebase-and-merge?

gschaffner commented 1 year ago

looks good to me!

peterjc commented 1 year ago

Great. I'll run the tests again locally, then make a release. Thank you.

gschaffner commented 1 year ago

hi @peterjc, it looks like you tagged v0.3.6 but may have forgotten to release to PyPI.

peterjc commented 1 year ago

You appear to be right, belatedly pushed to PyPI, with conda-forge usually updated within a day. Thank you!