-
Notifications
You must be signed in to change notification settings - Fork 5
feat: aligned elements properly #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: aligned elements properly #21
Conversation
|
please do fix the checks |
|
@ayushkrtiwari ok sir , i am looking into it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR focuses on code quality improvements through formatting, import organization, and minor refactoring. The changes enhance readability and follow Python best practices without altering functionality.
- Whitespace cleanup: Removes trailing whitespace throughout
test_cli.pyfor better code hygiene - Import organization: Alphabetizes and reformats imports in
notebooks/01-getting-started.ipynbandexamples/csv_validation_example.py - String literal improvements: Replaces f-strings with plain strings where no interpolation occurs
- Dictionary construction optimization: Uses
dict.fromkeys()instead of dictionary comprehension for cleaner code - Generated files: Updates
output/backtest_results.jsonandoutput/backtest_plot.pngwith new test results - Package manifest: Updates
SOURCES.txtto reflect current project structure
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| test_cli.py | Removed trailing whitespace and fixed f-string at line 100 |
| src/quant_research_starter/dashboard/streamlit_app.py | Enhanced UI with emojis, improved layout, better metrics display, and cleaner organization with tabs |
| src/quant_research_starter.egg-info/SOURCES.txt | Updated package manifest to reflect removed and added files |
| output/backtest_results.json | Updated with new backtest results showing actual portfolio performance |
| output/backtest_plot.png | Binary file updated with new visualization |
| notebooks/01-getting-started.ipynb | Alphabetized imports and optimized DataFrame construction with dict.fromkeys() |
| examples/csv_validation_example.py | Removed unnecessary f-strings where no interpolation occurs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
978cea8 to
16170e5
Compare
|
@Satvik-Singh192 please resolve the conflicts |
959a05c to
db3df0c
Compare
|
@ayushkrtiwari sir i have fixed the merge conflicts , please review my pr |
Description
Testing
pytestpasses locallyruff,black)Semver Changes
Issues
Checklist