Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Fix lint in the Python Backend#515

Merged
polopulao merged 1 commit into
Shonen-Labs:mainfrom
debjanighosh2510:fix-511-feat-py-be-fix-lint-in-the-python-backend
Aug 27, 2025
Merged

Fix lint in the Python Backend#515
polopulao merged 1 commit into
Shonen-Labs:mainfrom
debjanighosh2510:fix-511-feat-py-be-fix-lint-in-the-python-backend

Conversation

@debjanighosh2510
Copy link
Copy Markdown
Contributor

🚀 Pull Request Description

Description

•	Fix linting issues in py-be workspace
•	Replace non-breaking spaces with valid indentation in affected files (routes.py, user.py, base.py)
•	Run black and isort auto-formatting across codebase
•	Ensure lint passes locally and in CI/CD workflow

🔗 Linked Issues

Fixes #511

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Chore (refactoring, dependency updates, etc.)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

  • Unit Tests
  • Integration Tests
  • End-to-End Tests (describe manual steps or automated test suite)
  • Tested locally with full stack setup

📸 Screenshots

[Include relevant screenshots or screen recordings demonstrating the changes]

✅ PR Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have tested these changes locally
  • Relevant documentation is updated
  • My code follows the repository's coding guidelines
  • I have added/updated tests that prove my fix/feature
  • No breaking changes introduced
  • Code is well-commented and readable

@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
stark-finder-mq45 Ready Ready Preview Comment Aug 27, 2025 7:31pm

@polopulao polopulao merged commit 156e475 into Shonen-Labs:main Aug 27, 2025
7 of 8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(py/be): Fix lint in the Python Backend

2 participants