-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Many Python scripts may not fully comply with PEP8 formatting guidelines. Refactor the .py files to ensure consistent formatting, variable naming, and structure as per PEP8.
Tasks:
- Run a linter (e.g., flake8, pylint) on all Python files.
- Fix indentation, spacing, and line lengths.
- Update variable and function names as needed.
Acceptance Criteria:
- All Python files pass the linter with no major PEP8 violations.
- Code readability and consistency are improved.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request