feat: add comprehensive code quality tools and configuration - #163
Open
d-ulker wants to merge 46 commits into
Open
feat: add comprehensive code quality tools and configuration#163d-ulker wants to merge 46 commits into
d-ulker wants to merge 46 commits into
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR-15: Code Quality Infrastructure
Implements comprehensive code quality tools and configuration for the SAMO-DL project.
Changes
Files Added
.pylintrc- Pylint configurationpyproject.toml- Project configuration and tool settings.pre-commit-config.yaml- Pre-commit hooks configuration.flake8- Flake8 linting configurationMakefile- Development commands.github/workflows/quality.yml- CI/CD quality checksCONTRIBUTING.md- Contribution guidelinesscripts/run_quality_checks.py- Quality checking scriptscripts/setup_dev_environment.py- Dev environment setupQuality Standards
Usage
Files: 10 files, ~300 lines
Purpose: Code quality infrastructure and development tooling
Part of: Surgical breakdown PR #145
References: PR #147
Summary by CodeRabbit
New Features
Security
Documentation
Tests
Chores