We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FYI: os.EX_OK isn't available on Windows and fails when running flake8 --print-dlint-linters
os.EX_OK
flake8 --print-dlint-linters
Not sure what the appropriate substitute is, but I'd be happy to test any changes
dlint/dlint/extension.py
Line 46 in 828a156
The text was updated successfully, but these errors were encountered:
Thanks for opening this! I'll take a look and make sure we run this flag in AppVeyor so we catch issues like this in the future.
Sorry, something went wrong.
9220365
FYI - I added Windows support ~3 years ago - https://bugs.python.org/issue44321
No branches or pull requests
FYI:
os.EX_OK
isn't available on Windows and fails when runningflake8 --print-dlint-linters
Not sure what the appropriate substitute is, but I'd be happy to test any changes
dlint/dlint/extension.py
Line 46 in 828a156
The text was updated successfully, but these errors were encountered: