Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apphub/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ httpx>=0.24.0 # For testing FastAPI async endpoints
black>=23.7.0 # Code formatter
isort>=5.12.0 # Import sorter
flake8>=6.1.0 # Style guide enforcement
pylint>=2.17.0 # Code analysis
pylint>=4.0.6 # Code analysis
mypy>=1.5.0 # Static type checker

# Type stubs for better type checking
Expand Down
Loading