Skip to content

Code quality improvements: Pylint 9.41/10#1

Merged
bivlked merged 1 commit into
mainfrom
fix/code-quality-improvements
Dec 8, 2025
Merged

Code quality improvements: Pylint 9.41/10#1
bivlked merged 1 commit into
mainfrom
fix/code-quality-improvements

Conversation

@bivlked

@bivlked bivlked commented Dec 8, 2025

Copy link
Copy Markdown
Owner

Summary

This PR improves code quality by fixing Pylint warnings and updating documentation to reflect the actual code quality score.

Changes

Code Improvements (5 fixes):

  • ✅ Remove unused import os in main.py:8
  • ✅ Fix trailing whitespace in cbr_parser.py:169,173
  • ✅ Break long lines (>100 chars) in cbr_parser.py:183,186
  • ✅ Break long lines (>100 chars) in currency_converter.py:49,173
  • ✅ Fix import order in gui.py:10 (PEP 8 compliance)

Documentation Updates:

  • ✅ Update Pylint badge in README.md (10.00 → 9.41)
  • ✅ Update code quality section in README.md

Results

  • Pylint score: 9.13/10 → 9.41/10 ⬆️ +0.28
  • Tests: 79 passed, 6 skipped ✅
  • Coverage: 78.32% ✅

All tests passing, no functional changes.


🤖 Generated with Claude Code

- Remove unused import os in main.py
- Fix trailing whitespace in cbr_parser.py
- Break long lines in cbr_parser.py and currency_converter.py
- Fix import order in gui.py
- Update Pylint score badge in README.md (10.00 → 9.41)

Pylint score improved from 9.13/10 to 9.41/10
All tests passing (79 passed, 6 skipped)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@codecov

codecov Bot commented Dec 8, 2025

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@bivlked bivlked merged commit 2668ff6 into main Dec 8, 2025
4 of 5 checks passed
@bivlked bivlked deleted the fix/code-quality-improvements branch December 8, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant