From d17d1ae5cb14114a7e3feed38d775c8156f523c1 Mon Sep 17 00:00:00 2001 From: slush Date: Thu, 21 Nov 2024 11:43:57 -0600 Subject: [PATCH] feat: adds flake8 plugins (#32) Co-authored-by: antazoey --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 90a1cee..0d28dd7 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ "flake8>=7.1.1,<8", # Style linter "flake8-breakpoint>=1.1.0,<2", # Detect breakpoints left in code "flake8-print>=5.0.0,<6", # Detect print statements left in code + "flake8-pydantic", # For detecting issues with Pydantic models "flake8-type-checking", # Detect imports to move in/out of type-checking blocks "isort>=5.13.2,<6", # Import sorting linter "mdformat>=0.7.19", # Auto-formatter for markdown