Skip to content
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

build(chore): project configuration and apply pre-commit rules across codebase #16

Merged
merged 3 commits into from
Oct 26, 2024

Conversation

MohmdFo
Copy link
Contributor

@MohmdFo MohmdFo commented Sep 7, 2024

  • Updated configuration files: .pre-commit-config.yaml, tox.ini, .gitignore, pyproject.toml, and .github/workflows/c i.yml to reflect the latest linting, testing, and CI setup.
  • Applied pre-commit hooks across the sage_qrcode/ directory, ensuring consistent code formatting, style checks, and compli
    ance with enforced rules.
  • Made changes to Python files, including models, forms, services, and validators to align with new pre-commit standards.
  • Deleted obsolete mixins (sage_qrcode/mixins/__init__.py, sage_qrcode/mixins/time.py) as part of project cleanup.
  • Updated documentation files (README.md, CODE_OF_CONDUCT.md, and docs/) to reflect the latest project structure and in
    stallation instructions.
  • Updated poetry.lock to reflect changes in dependencies.
  • Minor adjustments to tests under sage_qrcode/tests/ to ensure compatibility with the updated code.
  • Fixed default color values for barcode generation to ensure visibility.
  • Updated tests to handle image generation issues.
  • Refactored model styles for consistency and clarity.

… codebase

- Updated configuration files: `.pre-commit-config.yaml`, `tox.ini`, `.gitignore`, `pyproject.toml`, and `.github/workflows/ci.yml` to reflect the latest linting, testing, and CI setup.
- Applied pre-commit hooks across the `sage_qrcode/` directory, ensuring consistent code formatting, style checks, and compliance with enforced rules.
- Made changes to Python files, including models, forms, services, and validators to align with new pre-commit standards.
- Deleted obsolete mixins (`sage_qrcode/mixins/__init__.py`, `sage_qrcode/mixins/time.py`) as part of project cleanup.
- Updated documentation files (`README.md`, `CODE_OF_CONDUCT.md`, and `docs/`) to reflect the latest project structure and installation instructions.
- Updated `poetry.lock` to reflect changes in dependencies.
- Minor adjustments to tests under `sage_qrcode/tests/` to ensure compatibility with the updated code.
…eneration

- Fixed default color values for barcode generation to ensure visibility.
- Updated tests to handle image generation issues.
- Refactored model styles for consistency and clarity.
- compatible python and django dynamic version support
@sepehr-akbarzadeh sepehr-akbarzadeh merged commit 8f2be6a into sageteamorg:main Oct 26, 2024
0 of 5 checks passed
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.

2 participants