Skip to content

fix: ruff format compliance for _registry.py and tokenizer.py#3

Merged
neluca merged 1 commit into
mainfrom
fix/ruff-format
Jun 15, 2026
Merged

fix: ruff format compliance for _registry.py and tokenizer.py#3
neluca merged 1 commit into
mainfrom
fix/ruff-format

Conversation

@neluca

@neluca neluca commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Two list comprehensions and one dict comprehension exceeded the 120-char line length, causing the CI lint (3.13) job to fail.

Description

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Code style / refactoring
  • Other (please describe):

Checklist

  • I have run ruff format and ruff check on changed files
  • I have run mypy tinybpe/ --strict and no new errors were introduced
  • I have added tests for the changes
  • All tests pass (pytest tests/)
  • Coverage remains above 95% (pytest --cov=tinybpe tests/)
  • I have updated documentation if applicable

Two list comprehensions and one dict comprehension exceeded the
120-char line length, causing the CI lint (3.13) job to fail.
@codecov-commenter

codecov-commenter commented Jun 15, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@neluca neluca merged commit 0a6fc9e into main Jun 15, 2026
21 of 22 checks passed
@neluca neluca deleted the fix/ruff-format branch June 15, 2026 19:37
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.

2 participants