Skip to content

Fix indentation and formatting in jobsToPages function#94

Draft
cursor[bot] wants to merge 1 commit intomainfrom
cursor/repository-code-quality-4fa7
Draft

Fix indentation and formatting in jobsToPages function#94
cursor[bot] wants to merge 1 commit intomainfrom
cursor/repository-code-quality-4fa7

Conversation

@cursor
Copy link
Copy Markdown
Contributor

@cursor cursor Bot commented Mar 24, 2026

Fixed inconsistent indentation (2 spaces to 4 spaces), removed unnecessary parentheses from conditions and assignments, and added proper spacing around operators to comply with PEP 8 style guidelines.

Open in Web View Automation 

- Fixed inconsistent indentation (2 spaces -> 4 spaces)
- Removed unnecessary parentheses from if condition
- Removed unnecessary parentheses from variable assignments
- Added proper spacing around division operator
- Combined if statement with assignment on separate line for PEP 8 compliance

Co-authored-by: Ongun Demirag <ongun@ongundemirag.com>
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.

1 participant