Skip to content

[pre-commit.ci] pre-commit autoupdate - #89

Merged
mborgerson merged 4 commits into
masterfrom
pre-commit-ci-update-config
Aug 28, 2026
Merged

[pre-commit.ci] pre-commit autoupdate#89
mborgerson merged 4 commits into
masterfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 26.66667% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.05%. Comparing base (26d1ad3) to head (0c45042).
⚠️ Report is 4 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
xbe/__init__.py 40.00% 6 Missing ⚠️
xbe/__main__.py 0.00% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  Coverage   47.05%   47.05%           
=======================================
  Files           2        2           
  Lines         578      578           
  Branches       75       75           
=======================================
  Hits          272      272           
  Misses        291      291           
  Partials       15       15           

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

@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 4e88588 to 1091f86 Compare July 27, 2026 18:58
@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 1091f86 to f17d814 Compare August 3, 2026 19:13
@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from f17d814 to c646a0d Compare August 10, 2026 19:15
@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from c646a0d to 7006166 Compare August 17, 2026 19:37
updates:
- [github.com/abravalheri/validate-pyproject: v0.25 → 0.26](abravalheri/validate-pyproject@v0.25...0.26)
- [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.4](astral-sh/ruff-pre-commit@v0.15.20...v0.16.4)
- [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.1](pre-commit/mirrors-mypy@v2.1.0...v2.3.1)
@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 7006166 to 163a8db Compare August 24, 2026 19:15
@mborgerson

Copy link
Copy Markdown
Owner

@copilot Please apply the ruff fixes causing pre-commit to fail

Co-authored-by: mborgerson <8210+mborgerson@users.noreply.github.com>

Copilot AI commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

@copilot Please apply the ruff fixes causing pre-commit to fail

Applied all ruff fixes in the latest commit:

  • Sorted imports in tests/test_load.py (I001)
  • Used datetime.UTC alias in docs/conf.py (DTZ005/UP017)
  • Added ClassVar annotations to XbeKernelImage.exports and EnumMapperMixin._enummap_ (RUF012)
  • Replaced %-style format strings with f-strings in xbe/__init__.py and xbe/__main__.py (UP031)
  • Made files with shebangs executable (EXE001)

@mborgerson

Copy link
Copy Markdown
Owner

@copilot Fix the black, pylint complaints

Co-authored-by: mborgerson <8210+mborgerson@users.noreply.github.com>

Copilot AI commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

@copilot Fix the black, pylint complaints

Fixed in the latest commit — applied black formatting to xbe/__main__.py and split the XbeSection.__repr__ f-string across multiple lines to satisfy pylint's line-length limit.

@mborgerson

Copy link
Copy Markdown
Owner

@copilot Fix the remaining pylint failure

Co-authored-by: mborgerson <8210+mborgerson@users.noreply.github.com>

Copilot AI commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

@copilot Fix the remaining pylint failure

Fixed in the latest commit — added a # pylint: disable=line-too-long inline comment on the pre-existing long URL in the BC1 docstring.

@mborgerson
mborgerson merged commit 860dede into master Aug 28, 2026
11 checks passed
@mborgerson
mborgerson deleted the pre-commit-ci-update-config branch August 28, 2026 07:01
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.

2 participants