Skip to content

Commit a584059

Browse files
committed
Remove unused ruff lints
1 parent 245bae0 commit a584059

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pyproject.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,3 @@ src = ["plugins/modules/"]
2121
[tool.ruff.format]
2222
docstring-code-format = true
2323
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

Comments
 (0)