Skip to content

chore(ci): pre-commit autoupdate#6

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

chore(ci): pre-commit autoupdate#6
pre-commit-ci[bot] wants to merge 1 commit intomainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci
Copy link
Copy Markdown

@pre-commit-ci pre-commit-ci bot commented Mar 23, 2026

@liblaf
Copy link
Copy Markdown
Contributor

liblaf bot commented Mar 23, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 2 no 1.77s
✅ JSON prettier 7 0 0 0 0.41s
✅ JSON v8r 7 0 0 4.02s
✅ PYTHON ruff yes yes no no 0.29s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell 31 1 0 4.21s
✅ YAML prettier 4 0 0 0 0.48s
✅ YAML v8r 4 0 0 5.25s
✅ YAML yamllint 4 0 0 0.43s

Detailed Issues

⚠️ SPELL / cspell - 1 error
tmp.6NE8UxMvCk/renovate-config.json:28:4      - Unknown word (pyenv)      -- "pyenv": {
	 Suggestions: [peen, pena, pend, peng, penh]
CSpell: Files checked: 31, Issues found: 1 in 1 file.


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": [
        "pyenv"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 2 errors
Clone found (python):
 - tests/test_eager_import.py [41:4 - 54:4] (13 lines, 123 tokens)
   tests/test_eager_import.py [9:4 - 22:3]

Clone found (python):
 - tests/test_eager_import.py [60:2 - 72:30] (12 lines, 121 tokens)
   tests/test_eager_import.py [28:2 - 40:27]

┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash   │ 7              │ 177         │ 1108         │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 10             │ 426         │ 3679         │ 2            │ 25 (5.87%)       │ 244 (6.63%)       │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 17             │ 603         │ 4787         │ 2            │ 25 (4.15%)       │ 244 (5.1%)        │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 2 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (4.15%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (4.15%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:612:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:110:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:22
    at async /node-deps/node_modules/jscpd/dist/jscpd.js:351:5

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.95%. Comparing base (82e3494) to head (bfeacfe).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #6   +/-   ##
=======================================
  Coverage   88.95%   88.95%           
=======================================
  Files           6        6           
  Lines         181      181           
  Branches       23       23           
=======================================
  Hits          161      161           
  Misses         14       14           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

liblaf
liblaf previously approved these changes Mar 23, 2026
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9)
- [github.com/biomejs/pre-commit: v2.4.9 → v2.4.10](biomejs/pre-commit@v2.4.9...v2.4.10)
- [github.com/rvben/rumdl-pre-commit: v0.1.62 → v0.1.67](rvben/rumdl-pre-commit@v0.1.62...v0.1.67)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from fdeac63 to bfeacfe Compare April 6, 2026 18:08
@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 liblaf-lazy-loader | 🛠️ Build #32136747 | 📁 Comparing bfeacfe against latest (82e3494)

  🔍 Preview build  

Show files changed (2 files in total): 📝 2 modified | ➕ 0 added | ➖ 0 deleted
File Status
404.html 📝 modified
reference/index.html 📝 modified

@liblaf-mega-linter
Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 2 no 1.11s
✅ JSON jsonlint 1 0 0 0.1s
✅ JSON prettier 1 0 0 0 0.27s
✅ JSON v8r 1 0 0 2.16s
✅ MARKDOWN rumdl 3 0 0 0 0.06s
✅ PYTHON ruff yes yes no no 0.03s
✅ PYTHON ruff-format yes yes no no 0.02s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell yes 7 no 2.9s

Detailed Issues

⚠️ SPELL / cspell - 7 errors
CHANGELOG.md:15:54     - Unknown word (bfadeab)    -- install-action digest to bfadeab (#17) - [9dfbf23](https
	 Suggestions: [baeda, Baeda, bade, baden, blade]
CHANGELOG.md:16:21     - Unknown word (codspeedhq) -- - **(deps)** update codspeedhq/action digest to d8
	 Suggestions: []
README.md:44:5      - Unknown word (mypkg)      -- In `mypkg/__init__.py`, wire the
	 Suggestions: [mpeg, mybig, myBig, mypage, Mybig]
README.md:49:3      - Unknown word (getattr)    -- __getattr__, __dir__, __all__
	 Suggestions: [getter, gestate, guttate, getty, Getty]
README.md:55:3      - Unknown word (getattr)    -- __getattr__, __dir__, __all__
	 Suggestions: [getter, gestate, guttate, getty, Getty]
README.md:58:17     - Unknown word (mypkg)      -- In the sibling `mypkg/__init__.pyi`, declare
	 Suggestions: [mpeg, mybig, myBig, mypage, Mybig]
README.md:102:5     - Unknown word (etils)      -- - [`etils.epy.lazy_api_imports
	 Suggestions: [evils, utils, elis, tels, eblis]
CSpell: Files checked: 51, Issues found: 7 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": [
        "bfadeab",
        "codspeedhq",
        "etils",
        "getattr",
        "mypkg"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 2 errors
Clone found (python):
 - tests/test_eager_import.py [41:4 - 54:4] (13 lines, 123 tokens)
   tests/test_eager_import.py [9:4 - 22:3]

Clone found (python):
 - tests/test_eager_import.py [60:2 - 72:30] (12 lines, 121 tokens)
   tests/test_eager_import.py [28:2 - 40:27]

┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 12             │ 637         │ 4817         │ 2            │ 25 (3.92%)       │ 244 (5.07%)       │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 12             │ 637         │ 4817         │ 2            │ 25 (3.92%)       │ 244 (5.07%)       │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 2 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (3.92%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (3.92%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
    at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5

See detailed reports in MegaLinter artifacts

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

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