Skip to content

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

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

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

Conversation

@pre-commit-ci
Copy link
Copy Markdown
Contributor

@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 1 no 1.75s
✅ JSON prettier 7 0 0 0 0.64s
✅ JSON v8r 7 0 0 4.07s
⚠️ PYTHON ruff yes yes 2 no 0.42s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell 21 1 0 4.71s
✅ YAML prettier 4 0 0 0 0.54s
✅ YAML v8r 4 0 0 5.69s
✅ YAML yamllint 4 0 0 0.56s

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: 21, 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 - 1 error
Clone found (bash):
 - template/.config/copier/mise-tasks/install.sh [4:1 - 22:8] (18 lines, 152 tokens)
   template/.config/copier/mise-tasks/upgrade.sh [5:1 - 23:8]

┌────────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format     │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash       │ 5              │ 141         │ 975          │ 1            │ 18 (12.77%)      │ 152 (15.59%)      │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python     │ 2              │ 33          │ 374          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ css        │ 4              │ 114         │ 693          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ javascript │ 2              │ 67          │ 425          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total:     │ 13             │ 355         │ 2467         │ 1            │ 18 (5.07%)       │ 152 (6.16%)       │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (5.07%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (5.07%) 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
⚠️ PYTHON / ruff - 2 errors
N999 Invalid module name: '{{ package_dir }}'
--> template/src/{{ package_dir }}/__init__.py:1:1

N999 Invalid module name: '{{ package_dir }}'
--> template/src/{{ package_dir }}/__init__.pyi:1:1

Found 2 errors.

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 4cbb944 to 514ceee Compare September 1, 2025 17:52
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 77eb1e1 to df2f9a0 Compare September 8, 2025 17:56
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from df2f9a0 to 95d58a4 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 7181a88 to 95fd256 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 d143393 to cdf6c43 Compare October 13, 2025 18:02
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 4b6854c to 71730bd Compare October 27, 2025 17:51
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 9, 2026
liblaf
liblaf previously approved these changes Feb 16, 2026
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
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 4a422d9 to 8ccbe11 Compare April 6, 2026 18:07
@liblaf-mega-linter
Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 1 no 1.39s
✅ JSON jsonlint 1 0 0 0.1s
✅ JSON prettier 1 0 0 0 0.35s
✅ JSON v8r 1 0 0 2.06s
✅ MARKDOWN rumdl 2 0 0 0 0.07s
✅ PYTHON ruff yes yes no no 0.02s
✅ PYTHON ruff-format yes yes no no 0.02s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell yes 4 no 3.92s
✅ YAML prettier 1 0 0 0 0.48s
✅ YAML v8r 1 0 0 1.31s
✅ YAML yamllint 1 0 0 0.55s

Detailed Issues

⚠️ SPELL / cspell - 4 errors
.pre-commit-config.yaml:52:13     - Unknown word (rumdl)      -- - id: rumdl-fmt
	 Suggestions: [rumal, rudd, rude, rudy, rued]
CHANGELOG.md:24:21     - Unknown word (codspeedhq) -- - **(deps)** update codspeedhq/action digest to d8
	 Suggestions: []
CHANGELOG.md:26:54     - Unknown word (bfadeab)    -- install-action digest to bfadeab (#84) - [0c46abf](https
	 Suggestions: [baeda, Baeda, bade, baden, blade]
README.md:66:59     - Unknown word (mergery)    -- approve it and let [`mergery[bot]`](https://github
	 Suggestions: [merger, margery, mercery, mergers, Margery]
CSpell: Files checked: 47, Issues found: 4 in 3 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",
        "mergery",
        "rumdl"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 1 error
Clone found (bash):
 - mise-tasks/install.sh [4:1 - 25:8] (21 lines, 159 tokens)
   mise-tasks/upgrade.sh [5:1 - 26:8]

┌────────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format     │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python     │ 3              │ 188         │ 1617         │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ css        │ 4              │ 114         │ 693          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash       │ 3              │ 98          │ 641          │ 1            │ 21 (21.43%)      │ 159 (24.8%)       │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ javascript │ 2              │ 67          │ 425          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total:     │ 12             │ 467         │ 3376         │ 1            │ 21 (4.5%)        │ 159 (4.71%)       │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (4.5%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (4.5%) 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