Skip to content

Commit

Permalink
feat: update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Dec 11, 2024
1 parent 36b5fbb commit 1f9b3d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"mypy>=1.13.0,<2", # Static type analyzer
"types-setuptools", # Needed due to mypy typeshed
"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", # Import sorting linter
Expand Down

0 comments on commit 1f9b3d2

Please sign in to comment.