-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
CI: Check and fix missing __init__.py with flake8-no-pep420 #1461
Conversation
Ha, I was just working on this, and adding |
ISTM Also I renamed |
99ce4b7
to
0409081
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The next step is to "steal" some checks from typeshed
to catch .py
file extensions 😆
See https://github.com/python/typeshed/blob/main/tests/check_consistent.py
@adamchainz you made so many awesome things, thank you 👍
Eh, I normally make my
Right you are!
Just solving problems I encounter, like yourself! 🫡 |
Actually you're right. It makes sense that they're a packge, because a test module may want to import code from other tests modules. |
Hrm, adding
Looks like it causes Are there any solutions or should I just revert these |
I never use |
This reverts commit 145efda.
Related issues
As suggested in #1460 (comment)