Skip to content

Commit

Permalink
feat: adds flake8 plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Nov 21, 2024
1 parent bf5956d commit ece8969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ece8969

Please sign in to comment.