You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --extend-ignore option is currently only honored when passed via the command line. It is not honored if an extend-ignore option is added to the tool.ni-python-styleguide section of pyproject.toml.
This simple test when added to the test suite will fail:
Without it we have to do something like this to ignore error codes on docstrings according to the pydocstyle documentation
This is a consequence of the tool specifying all for it's docstring-convention.
The
--extend-ignore
option is currently only honored when passed via the command line. It is not honored if anextend-ignore
option is added to thetool.ni-python-styleguide
section ofpyproject.toml
.This simple test when added to the test suite will fail:
The text was updated successfully, but these errors were encountered: