Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up code #1673

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

JasonGrace2282
Copy link
Contributor

@JasonGrace2282 JasonGrace2282 commented May 3, 2024

Most of these were automatically fixed by running pre-commit (#1659 ).

Note that most of these should be pretty safe, as ruff was run without the --unsafe-fixes flag, and ruffhas been designed around not modifying the resulting runtime code so most of it should run the same

99% of changes fall into one of the 3 categories;

  • Typos
  • "...".format(...) to f"..."
  • End of line endings to unix end of line character

EDIT: I removed changes from all vendor files to reduce the diff (it went from a 3,000 character diff to a 500 character diff). If the maintainers of Ion want vendor files to be fixed, I can make another PR for that.

@JasonGrace2282 JasonGrace2282 marked this pull request as ready for review May 3, 2024 20:54
@JasonGrace2282 JasonGrace2282 requested a review from a team as a code owner May 3, 2024 20:54
@JasonGrace2282 JasonGrace2282 marked this pull request as draft May 3, 2024 20:56
@JasonGrace2282 JasonGrace2282 force-pushed the precommit-lint-project branch 2 times, most recently from e06cf29 to 1041400 Compare May 3, 2024 21:00
JasonGrace2282

This comment was marked as resolved.

@JasonGrace2282 JasonGrace2282 force-pushed the precommit-lint-project branch 10 times, most recently from aa66f95 to 4d6968b Compare May 4, 2024 13:38
@JasonGrace2282 JasonGrace2282 force-pushed the precommit-lint-project branch 2 times, most recently from 18cd4da to ab87383 Compare May 4, 2024 14:59
@JasonGrace2282 JasonGrace2282 marked this pull request as ready for review May 4, 2024 15:05
@JasonGrace2282 JasonGrace2282 force-pushed the precommit-lint-project branch 8 times, most recently from 6dd24d1 to 5326564 Compare May 17, 2024 11:34
@JasonGrace2282 JasonGrace2282 force-pushed the precommit-lint-project branch 3 times, most recently from 67a76df to cdfe75f Compare May 20, 2024 02:46
@coveralls
Copy link

coveralls commented May 20, 2024

Coverage Status

coverage: 79.432% (+0.03%) from 79.406%
when pulling 1f30d4c on JasonGrace2282:precommit-lint-project
into 94f02ed on tjcsl:dev.

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.

None yet

2 participants