Skip to content

style: fix all flake8 linting issues#40

Merged
InauguralPhysicist merged 1 commit into
mainfrom
claude/test-latest-commit-01QSQV3zRfFfVNk4XFGV8WQv
Nov 14, 2025
Merged

style: fix all flake8 linting issues#40
InauguralPhysicist merged 1 commit into
mainfrom
claude/test-latest-commit-01QSQV3zRfFfVNk4XFGV8WQv

Conversation

@InauguralPhysicist

Copy link
Copy Markdown
Owner

No description provided.

Fixed the following flake8 violations:
- E402: Added noqa comments for intentional imports after sys.path
- E712: Changed == True/False to is True/False
- F541: Removed f-string prefix when no placeholders
- F401: Removed unused imports
- F841: Removed unused variables
- E741: Renamed ambiguous variable 'I' to 'identity_matrix'
- C901: Added noqa comments for complex functions
- E303: Removed extra blank lines

Also fixed critical bug in benchmark_xor.py where df_lightlike was
undefined (added missing function call).

All files now pass flake8 validation.
@InauguralPhysicist InauguralPhysicist merged commit a1dcdde into main Nov 14, 2025
1 of 15 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