Skip to content
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

Ruff (Previously PyDocStyle) Linting Errors/Warnings #494

Open
ModeSevenIndustrialSolutions opened this issue Jul 15, 2024 · 1 comment
Open

Comments

@ModeSevenIndustrialSolutions
Copy link
Contributor

Report is too long to post in comments, will attach.
ITR-ruff.txt

@ModeSevenIndustrialSolutions
Copy link
Contributor Author

These have temporarily been suppressed in pyproject.toml with:

[tool.ruff.lint]
ignore = [
"B006",
"B007",
"B008",
"B011",
"B023",
"B024",
"B026",
"B027",
"B028",
"B904",
"D100",
"D101",
"D102",
"D103",
"D105",
"D107",
"D205",
"D400",
"D401",
"D404",
"D415",
"D419",
"E501",
"E721",
"F841",
"N801",
"N802",
"N803",
"N804",
"N805",
"N806",
"N807",
"N814",
"N815",
"N816",
"N999",
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant