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.
1 parent 245bae0 commit a584059Copy full SHA for a584059
pyproject.toml
@@ -21,14 +21,3 @@ src = ["plugins/modules/"]
21
[tool.ruff.format]
22
docstring-code-format = true
23
docstring-code-line-length = 80
24
-
25
-[tool.ruff.lint]
26
-ignore = [
27
- "D", # Ignore all documentation lints
28
- "ANN101", # Missing type annotation for `self` in method
29
- "C901", # Method is too complex
30
- "COM812", # Trailing comma missing
31
- "INP001", # File is part of an implicit namespace package. Add an `__init__.py`
32
- "PLR0912", # Too many branches
33
- "PLR2004", # Magic value used in comparison, consider replacing with a constant variable
34
-]
0 commit comments