Skip to content

65 increase line length limit on linter - #72

Merged
kinneyan merged 3 commits into
mainfrom
65-increase-line-length-limit-on-linter
Mar 28, 2026
Merged

65 increase line length limit on linter#72
kinneyan merged 3 commits into
mainfrom
65-increase-line-length-limit-on-linter

Conversation

@kinneyan

@kinneyan kinneyan commented Mar 23, 2026

Copy link
Copy Markdown
Owner

Pull Request

Summary

Increase the max line length to 100 and fix js linting issues

Related Issue(s)

Closes #65

PR Type (Check all that apply)

  • Major Feature
  • Minor Feature / Enhancement
  • Bug Fix
  • Documentation Update
  • Refactor / Technical Debt
  • CI/CD Changes

Checklist

Make sure that the following steps are completed before requesting a review.

  • All existing tests pass locally.
  • Any new features have tests.
  • Code follows the style standards.
  • Code passes all formatting/linting checks.

Additional Notes

Add any relevant information for reviewers here.

Move [tool.black] config to root pyproject.toml so it applies
regardless of working directory. Reformat all files to the new limit.
@kinneyan
kinneyan marked this pull request as ready for review March 23, 2026 22:00
@kinneyan
kinneyan requested a review from Cteklitz as a code owner March 23, 2026 22:00

@Cteklitz Cteklitz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes everything for the repo.

@kinneyan

Copy link
Copy Markdown
Owner Author

This changes everything for the repo.

You're welcome.

@kinneyan
kinneyan merged commit ef0bc43 into main Mar 28, 2026
5 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.

Increase line length limit on linter

2 participants