Skip to content

Conversation

@ogenstad
Copy link
Contributor

@ogenstad ogenstad commented Jan 27, 2026

Summary by CodeRabbit

  • Chores
    • Updated code quality configuration to enforce additional linting standards.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 27, 2026

Walkthrough

The INP001 rule was removed from the ignore list in the ruff linting configuration within pyproject.toml. This change activates the INP001 rule for linting checks, which governs error handling for packages declared in files that might be nested under implicit namespace packages. This represents a configuration modification with no alterations to codebase logic or exported entities.

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title 'Add missing init.py files' does not match the actual change, which only removed INP001 from the ruff lint ignore list in pyproject.toml without adding any init.py files. Update the title to accurately reflect the change, such as 'Enable INP001 ruff lint rule by removing it from ignore list' or 'Activate INP001 linting rule for implicit namespace packages'.
✅ 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.


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.

@cloudflare-workers-and-pages
Copy link

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: 184f421
Status: ✅  Deploy successful!
Preview URL: https://27813fe3.infrahub-sdk-python.pages.dev
Branch Preview URL: https://pog-inp001.infrahub-sdk-python.pages.dev

View logs

@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@           Coverage Diff           @@
##           stable     #778   +/-   ##
=======================================
  Coverage   80.37%   80.37%           
=======================================
  Files         115      115           
  Lines        9863     9863           
  Branches     1504     1504           
=======================================
  Hits         7927     7927           
  Misses       1414     1414           
  Partials      522      522           
Flag Coverage Δ
integration-tests 41.42% <ø> (ø)
python-3.10 51.37% <ø> (-0.03%) ⬇️
python-3.11 51.37% <ø> (ø)
python-3.12 51.37% <ø> (ø)
python-3.13 51.37% <ø> (ø)
python-3.14 53.04% <ø> (ø)
python-filler-3.12 24.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ogenstad ogenstad marked this pull request as ready for review January 27, 2026 19:07
@ogenstad ogenstad requested a review from a team as a code owner January 27, 2026 19:07
@ogenstad ogenstad merged commit 06f6f76 into stable Jan 28, 2026
21 checks passed
@ogenstad ogenstad deleted the pog-INP001 branch January 28, 2026 07:44
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.

3 participants