From e357a6b7f333b21bd4c5e8e3534542e2248e3d65 Mon Sep 17 00:00:00 2001 From: Ivan Peevski <133036+ipeevski@users.noreply.github.com> Date: Wed, 27 Nov 2024 04:15:08 +1030 Subject: [PATCH] Update readme for running mypy (#1614) Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6be68dc1..041735354 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ researcher: You're a seasoned researcher with a knack for uncovering the latest developments in {topic}. Known for your ability to find the most relevant information and present it in a clear and concise manner. - + reporting_analyst: role: > {topic} Reporting Analyst @@ -205,7 +205,7 @@ class LatestAiDevelopmentCrew(): tasks=self.tasks, # Automatically created by the @task decorator process=Process.sequential, verbose=True, - ) + ) ``` **main.py** @@ -357,7 +357,7 @@ uv run pytest . ### Running static type checks ```bash -uvx mypy +uvx mypy src ``` ### Packaging