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
src/handwritten is currently excluded from both [tool.black] and [tool.ni-python-styleguide]: https://github.com/ni/nidaqmx-python/blob/master/pyproject.toml#L77
src/handwritten
[tool.black]
[tool.ni-python-styleguide]
[tool.black] line-length = 100 extend_exclude = ".tox/|docs/|generated/|src/codegen/metadata/|src/codegen/templates/|src/handwritten/" [tool.ni-python-styleguide] extend_exclude = ".tox,docs,generated,src/codegen/metadata,src/codegen/templates,src/handwritten"
We should:
ni-python-styleguide fix
ni-python-styleguide acknowledge-existing-violations
generated/nidaqmx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
src/handwritten
is currently excluded from both[tool.black]
and[tool.ni-python-styleguide]
: https://github.com/ni/nidaqmx-python/blob/master/pyproject.toml#L77We should:
ni-python-styleguide fix
ni-python-styleguide acknowledge-existing-violations
generated/nidaqmx
The text was updated successfully, but these errors were encountered: