[tool.ruff] exclude = [".git","__pycache__","docs/conf.py","dist","feast/protos","feast/embedded_go/lib","feast/infra/utils/snowflake/snowpark/snowflake_udfs.py"] [tool.ruff.lint] select = ["E","F","W","I"] ignore = ["E203", "E266", "E501", "E721"] [tool.ruff.lint.isort] known-first-party = ["feast", "feast_serving_server", "feast_core_server"] default-section = "third-party" [tool.mypy] files = ["feast","tests"] ignore_missing_imports = true exclude = ["feast/embedded_go/lib"] [[tool.mypy.overrides]] module = "transformers.*" follow_imports = "skip"