Skip to content

Fix flake8 failures in CI#25

Merged
pvernier merged 1 commit intomainfrom
fix-flake8-venv-exclusion
Mar 26, 2026
Merged

Fix flake8 failures in CI#25
pvernier merged 1 commit intomainfrom
fix-flake8-venv-exclusion

Conversation

@pvernier
Copy link
Copy Markdown
Owner

  • Exclude .venv from flake8 scan (was picking up third-party packages)
  • Replace type(x) == list/str comparisons with isinstance() in form.py and utility.py (E721)

- Exclude .venv from flake8 scan (was picking up third-party packages)
- Replace type(x) == list/str comparisons with isinstance() in form.py
  and utility.py (E721)

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@pvernier pvernier merged commit 735b6a7 into main Mar 26, 2026
2 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.

1 participant