Skip to content

wxGUI: fix E501 in seven launchers - #7904

Open
be-student wants to merge 1 commit into
OSGeo:mainfrom
be-student:codex/1522-gui-e501
Open

wxGUI: fix E501 in seven launchers#7904
be-student wants to merge 1 commit into
OSGeo:mainfrom
be-student:codex/1522-gui-e501

Conversation

@be-student

Copy link
Copy Markdown

Fixes part of #1522.

Shorten parser metadata in seven GUI launchers so each file passes the 88-character E501 limit, then remove their per-file exemptions. The parser fields remain single-line records.

Validation:

  • uvx flake8 --isolated --max-line-length=88 --select=E501 <seven files>
  • uvx pre-commit run --files .flake8 <seven files>

AI use: I used OpenAI Codex to help implement this change, then reviewed the diff and ran the checks above.

@github-actions github-actions Bot added GUI wxGUI related CI Continuous integration Python Related code is in Python labels Sep 6, 2026
@echoix

echoix commented Sep 6, 2026

Copy link
Copy Markdown
Member

See #7881

@echoix

echoix commented Sep 6, 2026

Copy link
Copy Markdown
Member

Are you able to check if there exists a specific syntax/markup for the descriptions, that you just changed in this PR?

I'm not confident that this PR will be merged even if nothing was broken.

Why don't you take a look at more urgent pylint ignores or ruff ignores? (If using AI, try pylint as it is easier and faster for humans to do ruff rule fixes).

@be-student be-student changed the title lint: fix E501 in seven GUI launchers wxGUI: fix E501 in seven launchers Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous integration GUI wxGUI related Python Related code is in Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants