We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 failed with:
[2021-12-16T17:45:07.296Z] 14 files would be left unchanged. [2021-12-16T17:45:07.296Z] nox > flake8 --ignore=E501,W503 noxfile.py tests/ ecs_logging/ [2021-12-16T17:45:08.243Z] nox > mypy --strict --show-error-codes --no-warn-unused-ignores ecs_logging/ [2021-12-16T17:45:10.160Z] ecs_logging/_stdlib.py:115: error: Argument "style" to "__init__" of "Formatter" has incompatible type "str"; expected "Union[Literal['%'], Literal['{'], Literal['$']]" [arg-type] [2021-12-16T17:45:10.160Z] Found 1 error in 1 file (checked 5 source files) [2021-12-16T17:45:10.160Z] nox > Command mypy --strict --show-error-codes --no-warn-unused-ignores ecs_logging/ failed with exit code 1 [2021-12-16T17:45:10.160Z] nox > Session lint failed. script returned exit code 1
The text was updated successfully, but these errors were encountered:
See #75
Sorry, something went wrong.
This is due to an upstream change. I'm exploring solutions here: #77
style
Successfully merging a pull request may close this issue.
Linting failed with:
The text was updated successfully, but these errors were encountered: