zillionare / python-project-wizard

A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
https://zillionare.github.io/python-project-wizard/
BSD 3-Clause "New" or "Revised" License
123 stars 104 forks source link

update codespell to latest version #32

Open zillionare opened 1 year ago

zillionare commented 1 year ago

codespell v1.16.0 can cause the following issue when python == 3.8:

RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode

upgrade to 2.2 could solve the problem