Skip to content

chore(pre-commit.ci): pre-commit autoupdate#5

Open
pre-commit-ci[bot] wants to merge 1 commit into
mainfrom
pre-commit-ci-update-config
Open

chore(pre-commit.ci): pre-commit autoupdate#5
pre-commit-ci[bot] wants to merge 1 commit into
mainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci
Copy link
Copy Markdown

@pre-commit-ci pre-commit-ci Bot commented Aug 25, 2025

@liblaf
Copy link
Copy Markdown
Contributor

liblaf Bot commented Aug 25, 2025

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 1.28s
✅ JSON prettier 8 0 0 0 0.35s
✅ JSON v8r 8 0 0 5.1s
✅ REPOSITORY git_diff yes no no 0.26s
⚠️ SPELL cspell 13 3 0 4.11s
✅ YAML prettier 3 0 0 0 0.52s
✅ YAML v8r 3 0 0 5.55s
✅ YAML yamllint 3 0 0 0.42s

Detailed Issues

⚠️ SPELL / cspell - 3 errors
README.md:57:140    - Unknown word (pytest)     -- configured with mise, ruff, pytest, mkdocs, and GitHub
	 Suggestions: [pest, pates, prest, pyres, pyxes]
README.md:57:148    - Unknown word (mkdocs)     -- mise, ruff, pytest, mkdocs, and GitHub Actions
	 Suggestions: [mdoc, medics, md-docs, docs, mods]
tmp.6NE8UxMvCk/renovate-config.json:28:4      - Unknown word (pyenv)      -- "pyenv": {
	 Suggestions: [peen, pena, pend, peng, penh]
CSpell: Files checked: 13, Issues found: 3 in 2 files.


You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)

{
    "version": "0.2",
    "language": "en",
    "ignorePaths": [
        "**/node_modules/**",
        "**/vscode-extension/**",
        "**/.git/**",
        "**/.pnpm-lock.json",
        ".vscode",
        "package-lock.json",
        "megalinter-reports"
    ],
    "words": [
        "mkdocs",
        "pyenv",
        "pytest"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from e044e2d to b0031e0 Compare September 1, 2025 17:52
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from b0031e0 to 78adeac Compare September 8, 2025 17:56
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 78adeac to 9a8f553 Compare September 15, 2025 17:57
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 88fca28 to ca9e150 Compare September 29, 2025 17:49
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 11de09c to 81a2c22 Compare October 13, 2025 18:03
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from c47416d to 377afe5 Compare October 27, 2025 17:52
liblaf
liblaf previously approved these changes Nov 2, 2025
liblaf
liblaf previously approved these changes Nov 4, 2025
liblaf
liblaf previously approved these changes Nov 10, 2025
liblaf
liblaf previously approved these changes Nov 17, 2025
liblaf
liblaf previously approved these changes Nov 24, 2025
liblaf
liblaf previously approved these changes Feb 23, 2026
liblaf
liblaf previously approved these changes Mar 2, 2026
liblaf
liblaf previously approved these changes Mar 9, 2026
liblaf
liblaf previously approved these changes Mar 16, 2026
liblaf
liblaf previously approved these changes Mar 23, 2026
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from f0ab6fb to fb2035d Compare March 30, 2026 17:55
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from fb2035d to 0805b8e Compare April 6, 2026 18:07
@liblaf-mega-linter
Copy link
Copy Markdown

liblaf-mega-linter Bot commented Apr 6, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 1.21s
✅ JSON prettier 5 0 0 0 0.23s
✅ JSON v8r 5 0 0 6.13s
✅ MARKDOWN rumdl 1 0 0 0 0.05s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell yes 1 no 3.12s
✅ YAML prettier 1 0 0 0 0.43s
✅ YAML v8r 1 0 0 1.31s
✅ YAML yamllint 1 0 0 0.48s

Detailed Issues

⚠️ SPELL / cspell - 1 error
.config/rumdl.toml:9:19      - Unknown word (mkdocs)     -- "docs/**/*.md" = "mkdocs"
	 Suggestions: [mdoc, medics, mods, macos, medco]
Linter Error: ENOENT: no such file or directory, stat 'megalinter-reports/copy-paste/html/index.html'
-------------------------------------------
CSpell: Files checked: 0, Issues found: 0 in 0 files with 1 error.


You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)

{
    "version": "0.2",
    "language": "en",
    "ignorePaths": [
        "**/node_modules/**",
        "**/vscode-extension/**",
        "**/.git/**",
        "**/.pnpm-lock.json",
        ".vscode",
        "package-lock.json",
        "megalinter-reports"
    ],
    "words": [
        "mkdocs"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 758ded9 to a582aac Compare April 20, 2026 17:53
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from fe371b8 to b9a6bd8 Compare May 4, 2026 17:56
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from b9a6bd8 to 715cb1e Compare May 11, 2026 17:56
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 715cb1e to 0e6182c Compare May 18, 2026 18:13
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.14](astral-sh/ruff-pre-commit@v0.15.11...v0.15.14)
- [github.com/rvben/rumdl-pre-commit: v0.1.80 → v0.2.0](rvben/rumdl-pre-commit@v0.1.80...v0.2.0)
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.

1 participant