Skip to content

Add Python linter workflow and update dependencies - #33

Merged
GitBib merged 3 commits into
masterfrom
update_workflows
Nov 9, 2025
Merged

Add Python linter workflow and update dependencies#33
GitBib merged 3 commits into
masterfrom
update_workflows

Conversation

@GitBib

@GitBib GitBib commented Nov 9, 2025

Copy link
Copy Markdown
Owner

Description

This pull request introduces a Python linter workflow and updates project dependencies.

Changes

  • Added a new .github/workflows/python-linter.yml for linting using pre-commit.
  • Updated actions versions in workflows (checkout and setup-uv).
  • Upgraded dependencies:
    • pre-commit-hooks, ruff-pre-commit, uv-pre-commit
    • pytest, pytest-cov, typer, ruff, tomli
  • Refreshed uv.lock with the latest dependency resolutions.
  • Removed redundant Python setup step from the linter workflow.

- Added a new `.github/workflows/python-linter.yml` for linting with pre-commit.
- Updated `actions` versions in workflows for `checkout` and `setup-uv`.
- Bumped versions of `pre-commit-hooks`, `ruff-pre-commit`, `uv-pre-commit`, `pytest`, `pytest-cov`, `typer`, `ruff`, and `tomli`.
- Updated `uv.lock` with the latest dependency resolutions.
@codecov

codecov Bot commented Nov 9, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.27%. Comparing base (3492af8) to head (ff5f98b).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   99.27%   99.27%           
=======================================
  Files           5        5           
  Lines         138      138           
=======================================
  Hits          137      137           
  Misses          1        1           

☔ 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.

…14 for compatibility. Update `pyproject.toml` and `uv.lock` with adjusted markers.
@GitBib
GitBib merged commit d704a4d into master Nov 9, 2025
48 checks passed
@GitBib
GitBib deleted the update_workflows branch November 9, 2025 19:03
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