Update typos to v1.39.2 and fix reported typos#18995
Merged
Conversation
Contributor
|
@Copilot Thank you for the contribution! Could you fix the following issue(s)? ⚠ Invalid PR templateThis 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
Member
|
@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>
Contributor
Author
harupy
approved these changes
Nov 24, 2025
Contributor
|
Documentation preview for e41ee4b is available at: Changed Pages (1)
More info
|
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.
Related Issues/PRs
#xxx
What changes are proposed in this pull request?
Updated the
typosspell 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 arm64Configuration:
pyproject.toml: Added false positives to ignore list:tpe/TPE- Tree-structured Parzen Estimator algorithm names (hyperopt/optuna)indx- Intentional shorthand for indexlivin'- Song lyrics with apostropheTypo Fixes:
compatiblility→compatibility(CHANGELOG.md)secury→security(docs)metrix_prefix→metric_prefix(mlflow/models/evaluation/base.py)DBConncet→DBConnect(mlflow/pyfunc/init.py)decsribes→describes(mlflow/pyfunc/model.py)avg_metris→avg_metrics(mlflow/pyspark/ml/init.py)loosing→losing(mlflow/transformers/peft.py)confg→config(tests, 4 occurrences)retreiver/retriver→retriever(tests, 12 occurrences)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?
Pre-commit typos hook passes on all Python and Markdown files.
Does this PR require documentation update?
Release Notes
Is this a user-facing change?
What component(s), interfaces, languages, and integrations does this PR affect?
Components
area/tracking: Tracking Service, tracking client APIs, autologgingarea/models: MLmodel format, model serialization/deserialization, flavorsarea/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registryarea/scoring: MLflow Model server, model deployment tools, Spark UDFsarea/evaluation: MLflow model evaluation features, evaluation metrics, and evaluation workflowsarea/gateway: MLflow AI Gateway client APIs, server, and third-party integrationsarea/prompts: MLflow prompt engineering features, prompt templates, and prompt managementarea/tracing: MLflow Tracing features, tracing APIs, and LLM tracing functionalityarea/projects: MLproject format, project running backendsarea/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev serverarea/build: Build and test infrastructure for MLflowarea/docs: MLflow documentation pagesHow 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" sectionrn/breaking-change- The PR will be mentioned in the "Breaking Changes" sectionrn/feature- A new user-facing feature worth mentioning in the release notesrn/bug-fix- A user-facing bug fix worth mentioning in the release notesrn/documentation- A user-facing documentation change worth mentioning in the release notesShould this PR be included in the next patch release?
Original prompt
💡 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.