-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nox integration #72
Comments
For GitHub Actions integration, consider: https://github.com/marketplace/actions/setup-nox It is also referenced in the main |
Supporting Poetry 1.2 dependency groups would greatly clean up dependency declaration and usage compare to the current It also seems as though the creator of |
PyCharm does not currently have Nox-specific support: https://youtrack.jetbrains.com/issue/PY-37302 |
A possible replacement for
tox
isnox
: https://nox.thea.codes/en/stable/Related to #16, consider
nox-poetry
: https://github.com/cjolowicz/nox-poetryAs small side effect of this is that
flake8
configuration would need to move back intoflake8.ini
orsetup.cfg
until #29 is complete.The text was updated successfully, but these errors were encountered: