Yusuke Miyazaki
Yusuke Miyazaki
Thanks for reporting the issue. The use of `:` is imported from tox-dev/tox-travis (it's a plugin under tox-dev :sweat_smile:) https://tox-travis.readthedocs.io/en/stable/envlist.html when tox-gh-action is created initially. As changing the syntax will...
Thanks for filing a feature request. It seems this option can receive an arbitrary string as `MODULE` and the current mypy Playground doesn't have a good sanitization/validation logic for such...
Thanks for the suggestion. Currently, we already run pre-commit using GitHub Actions + tox. There may benefit to use pre-commit.ci in addition to the GitHub Actions, but I don't feel...
Hello @SyntaxColoring. Thanks for filing a ticket! The problem should be caused by the fact that tox-gh-actions doesn't expect `major.minor.patch` as a key of `gh-actions.python` at this point. Here's the...
@dependabot rebase
Hello @effigies! First of all, I apologize for the delay in reviewing this PR. I really appreciate your effort in integrating tox and tox-gh-actions for testing across various Python variants,...
Hello everyone. Thank you, @effigies, again for creating this PR. After reviewing tox's direction to support free-threaded Python and running some experiments locally, I want to take a bit different...