Skip to content

Fix/lint pipeline #303

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

snehaapratap
Copy link

Closes: #297

Describe the add-ons or changes you've made 📃

  • Added a GitHub Actions workflow (.github/workflows/lint.yml) to automate code quality checks.
  • The workflow runs flake8 for linting, black for code formatting, and isort for import sorting.
  • This ensures consistent code style and helps catch errors early in the development process.

Screenshots 📷

Screenshot 2025-06-19 at 16 30 14

Type of change ☑️

What sort of change have you made:

  • Bug fix
  • New feature
  • Code style update (formatting, local variables)
  • Documentation update
  • Database update

Note to reviewers 📄

This PR adds essential automation for code linting and style checking, helping future PRs stay clean and standardized. Once merged, it will automatically run on all PRs and pushes.

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@Avdhesh-Varshney
Copy link
Member

@snehaapratap Please update the PR accordingly to this error

  • Resolve this error
    image

  • Commit only pipeline not the changes in the rest of the files

  • Focus on 2-space separated indentation in python files

@Avdhesh-Varshney Avdhesh-Varshney added the bug Something isn't working label Jun 19, 2025
@Avdhesh-Varshney
Copy link
Member

What's the status?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI Workflow for Linting and Code Quality Checks
2 participants