Skip to content

Chore/update dev deps 3 feb 2026#26

Open
actualben wants to merge 4 commits into
edencehealth:mainfrom
backplane:chore/update-dev-deps-3-Feb-2026
Open

Chore/update dev deps 3 feb 2026#26
actualben wants to merge 4 commits into
edencehealth:mainfrom
backplane:chore/update-dev-deps-3-Feb-2026

Conversation

@actualben
Copy link
Copy Markdown
Contributor

This pull request primarily updates dependencies and configuration files to use the latest versions of tools and actions, and makes minor formatting and linting improvements throughout the codebase. The most significant changes are grouped below.

CI/CD Workflow Updates:

  • Upgraded GitHub Actions in .github/workflows/check.yml and .github/workflows/pypi.yml to use actions/checkout@v6 and actions/setup-python@v6, and updated YAML formatting for consistency.

Pre-commit Hooks and Tooling Updates:

  • Updated multiple pre-commit hook versions in .pre-commit-config.yaml, including pre-commit-hooks, actionlint, shellcheck, black, isort, bandit, flake8, mypy, and safety, to their latest releases for improved linting and static analysis.

Formatting/Linting Changes:

  • black added blank lines after module docstrings in several Python files for PEP8 compliance and readability, affecting both source and test files.
  • Expanded a pylint disable directive in src/basecfg/basecfg.py to include too-many-positional-arguments.

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