Skip to content

Fix flake8 lint failures in tests/test_bseries.py - #5

Merged
danregima merged 2 commits into
masterfrom
copilot/fix-linting-issues-in-tests
May 26, 2026
Merged

Fix flake8 lint failures in tests/test_bseries.py#5
danregima merged 2 commits into
masterfrom
copilot/fix-linting-issues-in-tests

Conversation

Copilot AI commented May 26, 2026

Copy link
Copy Markdown

CI lint was failing due to several style violations introduced in tests/test_bseries.py.

Changes

  • F401 – Remove unused import math
  • E305 – Add second blank line after _BT class definition
  • E261 – Add required two spaces before inline comment on t4d assignment
  • E221 – Remove extra alignment spaces before = on t7at7z variable definitions
  • E241 – Remove extra spaces after , in _ORDER6_SIGMA_GAMMA and _ORDER7_SIGMA_GAMMA tuple lists
  • E127 – Fix over-indented continuation line in @pytest.mark.parametrize decorator

@danregima
danregima marked this pull request as ready for review May 26, 2026 16:51
@danregima
danregima merged commit 9633fb2 into master May 26, 2026
2 of 4 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