macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
116 stars 58 forks source link

`only_sort_tables` has been deprecated #133

Closed liblaf closed 1 year ago

liblaf commented 1 year ago

Error:

TomlSort.__init__() got an unexpected keyword argument 'only_sort_tables'

The latest toml-sort module uses the new CommentConfiguration, SortConfiguration and FormattingConfiguration as parameters. See related PR here.