CHORE: Enforce simple ruff "flake8-todos" TD rules - #6570
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6570 +/- ##
=======================================
Coverage 81.93% 81.93%
=======================================
Files 242 242
Lines 75950 75950
=======================================
Hits 62226 62226
Misses 13724 13724 🚀 New features to boost your workflow:
|
SMoraisAnsys
approved these changes
Aug 28, 2025
SMoraisAnsys
enabled auto-merge (squash)
August 28, 2025 07:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces fixes mandated by
rufffor the following 4 "flake8-todos" TD rules:invalid-todo-tag),missing-todo-colon),missing-todo-description),invalid-todo-capitalization).For more details on these rules, please refer to https://docs.astral.sh/ruff/rules/#flake8-todos-td
The changes to the modified files are absolutely minimal (related to the formatting of "TODO"s), but will allow the rules specified above to be removed from the list of ignored linting rules for
ruffin thepyproject.tomlfile.The version of the
ruffpre-commit hook in the.pre-commit-config.yamlfile is updated to the latest release.As for the previous
ruff-related PRs, this effort is part of the migration ofpyaedttowards usingrufffor code formatting and linting, as requested in issue #4775.This PR is also contributing to the efforts described in issue #5504.
Issue linked
Related to #4775 and #5504.