macisamuele / language-formatters-pre-commit-hooks

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

Update tox passenv definition #141

Closed macisamuele closed 1 year ago

macisamuele commented 1 year ago

Latest version of tox fails to recognise enc variables in passenv if space separated. They should be comma separated or in new lines. To ensure compatibility with previous tox versions I'm using the multiple lines approach (https://tox.wiki/en/latest/upgrading.html)

macisamuele commented 1 year ago

Build failures are caused by toml changes, this is handled already jn #134 hence ignoring it in here