Skip to content

Update typos to v1.39.2 and fix reported typos#18995

Merged
harupy merged 4 commits intomasterfrom
copilot/update-typos-version-fix
Nov 24, 2025
Merged

Update typos to v1.39.2 and fix reported typos#18995
harupy merged 4 commits intomasterfrom
copilot/update-typos-version-fix

Conversation

Copy link
Contributor

Copilot AI commented Nov 24, 2025

Related Issues/PRs

#xxx

What changes are proposed in this pull request?

Updated the typos spell checker from v1.28.0 to v1.39.2. The newer version detected 13 typos across Python and Markdown files that are now fixed.

Version Update:

  • bin/install.py: Updated typos download URLs to v1.39.2 for Linux x86_64 and Darwin arm64

Configuration:

  • pyproject.toml: Added false positives to ignore list:
    • tpe/TPE - Tree-structured Parzen Estimator algorithm names (hyperopt/optuna)
    • indx - Intentional shorthand for index
    • livin' - Song lyrics with apostrophe

Typo Fixes:

  • compatiblilitycompatibility (CHANGELOG.md)
  • securysecurity (docs)
  • metrix_prefixmetric_prefix (mlflow/models/evaluation/base.py)
  • DBConncetDBConnect (mlflow/pyfunc/init.py)
  • decsribesdescribes (mlflow/pyfunc/model.py)
  • avg_metrisavg_metrics (mlflow/pyspark/ml/init.py)
  • loosinglosing (mlflow/transformers/peft.py)
  • confgconfig (tests, 4 occurrences)
  • retreiver/retriverretriever (tests, 12 occurrences)
  • Additional fixes in examples/README files

Scope:
Only files checked by the pre-commit typos hook (Python and Markdown files) are modified. Changes to other file types (notebooks, JS, CSS, CSV) were not included.

How is this PR tested?

  • Existing unit/integration tests
  • New unit/integration tests
  • Manual tests

Pre-commit typos hook passes on all Python and Markdown files.

Does this PR require documentation update?

  • No. You can skip the rest of this section.
  • Yes. I've updated:
    • Examples
    • API references
    • Instructions

Release Notes

Is this a user-facing change?

  • No. You can skip the rest of this section.
  • Yes. Give a description of this change to be included in the release notes for MLflow users.

What component(s), interfaces, languages, and integrations does this PR affect?

Components

  • area/tracking: Tracking Service, tracking client APIs, autologging
  • area/models: MLmodel format, model serialization/deserialization, flavors
  • area/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registry
  • area/scoring: MLflow Model server, model deployment tools, Spark UDFs
  • area/evaluation: MLflow model evaluation features, evaluation metrics, and evaluation workflows
  • area/gateway: MLflow AI Gateway client APIs, server, and third-party integrations
  • area/prompts: MLflow prompt engineering features, prompt templates, and prompt management
  • area/tracing: MLflow Tracing features, tracing APIs, and LLM tracing functionality
  • area/projects: MLproject format, project running backends
  • area/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev server
  • area/build: Build and test infrastructure for MLflow
  • area/docs: MLflow documentation pages

How should the PR be classified in the release notes? Choose one:

  • rn/none - No description will be included. The PR will be mentioned only by the PR number in the "Small Bugfixes and Documentation Updates" section
  • rn/breaking-change - The PR will be mentioned in the "Breaking Changes" section
  • rn/feature - A new user-facing feature worth mentioning in the release notes
  • rn/bug-fix - A user-facing bug fix worth mentioning in the release notes
  • rn/documentation - A user-facing documentation change worth mentioning in the release notes

Should this PR be included in the next patch release?

  • Yes (this PR will be cherry-picked and included in the next patch release)
  • No (this PR will be included in the next minor release)
Original prompt

Update typos version to latest and fix reported typos

): "https://github.com/crate-ci/typos/releases/download/v1.28.0/typos-v1.28.0-x86_64-unknown-linux-musl.tar.gz",


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@harupy harupy marked this pull request as ready for review November 24, 2025 10:14
@github-actions
Copy link
Contributor

@Copilot Thank you for the contribution! Could you fix the following issue(s)?

⚠ Invalid PR template

This PR does not appear to have been filed using the MLflow PR template. Please copy the PR template from here and fill it out.

Co-authored-by: harupy <17039389+harupy@users.noreply.github.com>
Copilot AI changed the title [WIP] Update typos version to latest and fix reported typos Update typos to v1.39.2 and fix reported typos Nov 24, 2025
Copilot AI requested a review from harupy November 24, 2025 10:52
@harupy
Copy link
Member

harupy commented Nov 24, 2025

@copilot Let's revert changes on thr files we don't check in the precommit hook

Reverted changes in 134 files (notebooks, JS, CSS, CSV, etc.) that are not checked by the pre-commit typos hook. Kept changes only in Python and Markdown files (.py, .md, .mdx) which are the files checked by pre-commit, along with bin/install.py and pyproject.toml configuration.

Co-authored-by: harupy <17039389+harupy@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 24, 2025

@copilot Let's revert changes on thr files we don't check in the precommit hook

Done! Reverted changes in 134 files not checked by pre-commit (notebooks, JS, CSS, CSV, etc.). Kept only Python and Markdown files (.py, .md, .mdx) along with bin/install.py and pyproject.toml. Commit: 074e97e

@github-actions github-actions bot added area/build Build and test infrastructure for MLflow rn/none List under Small Changes in Changelogs. labels Nov 24, 2025
@github-actions
Copy link
Contributor

Documentation preview for e41ee4b is available at:

Changed Pages (1)

More info
  • Ignore this comment if this PR does not change the documentation.
  • The preview is updated when a new commit is pushed to this PR.
  • This comment was created by this workflow run.
  • The documentation was built by this workflow run.

@harupy harupy enabled auto-merge November 24, 2025 14:04
@harupy harupy added this pull request to the merge queue Nov 24, 2025
Merged via the queue into master with commit 97f4441 Nov 24, 2025
76 checks passed
@harupy harupy deleted the copilot/update-typos-version-fix branch November 24, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/build Build and test infrastructure for MLflow rn/none List under Small Changes in Changelogs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants