-
Notifications
You must be signed in to change notification settings - Fork 71
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
Linting: 'tox.ini' is out of sync with GHA CI #303
Comments
Also, the I'm finding it annoying that the doctests are run for every environment, actually: I'd prefer that then just run in the |
The PR to fix |
This is the first time I have noticed the commented out linter. And I wonder why it is using pylint, which we don't use anywhere else. |
@dataflake this seems to be back to the earliest days of |
I tried the simplest possible fix for the meta template here: zopefoundation/meta#246 |
On the HEAD of the
master
branch:If I silence the
isort
bits with this patch:then
tox -e lint
blows up with a huge list ofpyflake
errors.Meanwhile, the GHA
lint
task shows green, which isn't to surprising, as itspylint
call is commented out!What is our story for linting here?
/cc @dataflake @icemac
The text was updated successfully, but these errors were encountered: