wagtail / wagtail-localize

Translation plugin for Wagtail CMS
https://wagtail-localize.org/
Other
222 stars 84 forks source link

Update pre-commit prettier version #694

Closed PeteCoward closed 1 year ago

PeteCoward commented 1 year ago

fixes #693

Upgrading the prettier check to it's latest version v2.7.1 removed these warnings.

The changes in 53d9d8e4a4f0e23028e607ec31d9134233798a78 are the result of the prettier upgrade and consist of

Also delegates prettier check to pre-commit as per example https://github.com/wagtail/cookiecutter-wagtail-package/pull/47/files

zerolab commented 1 year ago

Thank you for this, @PeteCoward Merged manually