Skip to content

Fix pre-commit config #309

Merged
jan-janssen merged 1 commit intomainfrom
prefix
Feb 12, 2026
Merged

Fix pre-commit config #309
jan-janssen merged 1 commit intomainfrom
prefix

Conversation

@jan-janssen
Copy link
Copy Markdown
Member

@jan-janssen jan-janssen commented Feb 12, 2026

Summary by CodeRabbit

  • Chores
    • Updated code linting configuration to refine file scope.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 12, 2026

📝 Walkthrough

Walkthrough

The .pre-commit-config.yaml file was updated to adjust the Ruff linter's file filter scope, changing the pattern from ^lammpsparser/ to ^src/lammpsparser/ to align the linting scope with the new source directory structure.

Changes

Cohort / File(s) Summary
Pre-commit Configuration
.pre-commit-config.yaml
Updated Ruff lint hook file filter pattern from ^lammpsparser/ to ^src/lammpsparser/ to target the new source directory location.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A path update, simple and neat,
Where linters now hop down a different street—
From lammpsparser/ to src/ they go,
Our configuration keeps the codebase aglow! 🐰✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Fix pre-commit config' is vague and does not clearly specify what aspect of the pre-commit configuration was fixed or why. Clarify the title to be more specific, such as 'Update pre-commit config file path filter from ^lammpsparser/ to ^src/lammpsparser/' to accurately convey the actual change made.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch prefix

No actionable comments were generated in the recent review. 🎉


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.36%. Comparing base (221682b) to head (19171de).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #309   +/-   ##
=======================================
  Coverage   82.36%   82.36%           
=======================================
  Files          11       11           
  Lines        1157     1157           
=======================================
  Hits          953      953           
  Misses        204      204           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jan-janssen jan-janssen merged commit 687df62 into main Feb 12, 2026
21 checks passed
@jan-janssen jan-janssen deleted the prefix branch February 12, 2026 16:39
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