macisamuele / language-formatters-pre-commit-hooks

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

add commas to passenv in tox.ini #135

Closed malmans2 closed 1 year ago

malmans2 commented 1 year ago

This might fix the issue seen in new PRs (e.g., #134)

macisamuele commented 1 year ago

According to https://tox.wiki/en/latest/upgrading.html the change would not be backward compatible (allowing green tests on tox 3). Merging #141 instead. Thanks for the contribution