Closed sdolemelipone closed 3 years ago
This is great! LGTM. I wonder if using floating point versions (as opposed to string versions: "3.5"
) will cause trouble but it's used that way in the tox-gh-actions repo as well so should be fine.
:+1: Great! Will raise the next pull request for linting shortly. Yes I tested this with floating point on my repo first and it worked fine.
Have used ymyzk/tox-gh-actions to allow a single tox configuration file be used for for local tox and CI tests.
Modified the
djangomaster
tox runs to return a success result even when the tests fail. The failing tests will still be visible in the output from tox.After this has been merged I'll raise a further PR to incorporate the lint runs into the CI (currently they would fail due to configuration issues and a couple of files failing on isort).