- Add -r requirements.txt to requirements-dev.txt - Fix mypy errors: - Remove slots=True from Settings dataclass - Add explicit list[float] type annotations in hedge.py - Add type ignore comments for optional QuantLib imports - Use Sequence instead of list in GreeksTable for covariance - Fix dict type annotation in options.py - Add type ignore for nicegui attr-defined errors - Disable attr-defined error code in mypy config
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
-r requirements.txt
|
|
|
|
pytest>=8.0.0
|
|
pytest-asyncio>=0.23.0
|
|
black>=24.0.0
|
|
ruff>=0.2.0
|
|
mypy>=1.8.0
|
|
httpx>=0.26.0
|