We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859b6b4 commit a08e01cCopy full SHA for a08e01c
modules/openvino_code/server/pyproject.toml
@@ -40,7 +40,7 @@ extend-exclude = '''
40
'''
41
42
[tool.ruff]
43
-lint.ignore = ["C901", "E501", "E741", "W605", "F401"]
+lint.ignore = ["C901", "E501", "E741", "W605", "F401", "W292"]
44
lint.select = ["C", "E", "F", "I", "W"]
45
lint.extend-safe-fixes = ["F601"]
46
lint.extend-unsafe-fixes = ["UP034"]
0 commit comments