minor: Add basic editorconfig and pre-commit hooks to enforce style for whitespaces (#1926)
This commit is contained in:
@@ -134,4 +134,4 @@ def method_has_implemented_embedding(
|
||||
class_embedding = inspect.getattr_static(method_class, "embedding", None)
|
||||
|
||||
return (class_embedding is not None
|
||||
and class_embedding is not base_embedding)
|
||||
and class_embedding is not base_embedding)
|
||||
|
||||
Reference in New Issue
Block a user