We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6802a commit 94bd55dCopy full SHA for 94bd55d
1 file changed
integrations/google_genai/pyproject.toml
@@ -49,14 +49,9 @@ dependencies = ["haystack-pydoc-tools", "ruff"]
49
50
[tool.hatch.envs.default.scripts]
51
docs = ["haystack-pydoc pydoc/config_docusaurus.yml"]
52
-fmt = [
53
- "ruff check --fix {args}",
54
- "ruff format {args}",
55
-]
56
-fmt-check = [
57
- "ruff check {args}",
58
- "ruff format --check {args}",
59
+
+fmt = "ruff check --fix {args}; ruff format {args}"
+fmt-check = "ruff check {args} && ruff format --check {args}"
60
61
[tool.hatch.envs.test]
62
dependencies = [
0 commit comments