Skip to content

Comments

misc: fix pre-commit config and update gitignore#47

Merged
debashishc merged 1 commit intoKernel-Heim:mainfrom
Tcc0403:tcc/pre-commit-fix
Feb 8, 2026
Merged

misc: fix pre-commit config and update gitignore#47
debashishc merged 1 commit intoKernel-Heim:mainfrom
Tcc0403:tcc/pre-commit-fix

Conversation

@Tcc0403
Copy link
Contributor

@Tcc0403 Tcc0403 commented Feb 8, 2026

Fix #46

After this fix, we can install three hooks correctly, and vscode config directory is added to gitignore.

❯ uv run pre-commit uninstall
pre-commit uninstalled
❯ uv run pre-commit install
pre-commit installed at .git/hooks/pre-commit
❯ uv run pre-commit run -a
[INFO] Installing environment for https://github.com/astral-sh/uv-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
uv-lock..................................................................Passed
ruff check...............................................................Passed
ruff format..............................................................Passed

Signed-off-by: Tcc0403 <76503978+Tcc0403@users.noreply.github.com>
@debashishc debashishc merged commit 9141918 into Kernel-Heim:main Feb 8, 2026
1 check passed
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.

pre-commit config missing uv-lock hook

2 participants