Skip to content

Add black/flake8 dev deps and harden Jira Codex workflow#505

Merged
jirhiker merged 3 commits into
stagingfrom
jira-automation
Feb 13, 2026
Merged

Add black/flake8 dev deps and harden Jira Codex workflow#505
jirhiker merged 3 commits into
stagingfrom
jira-automation

Conversation

@jirhiker

Copy link
Copy Markdown
Member

Summary

  • add and to dev dependencies in
  • regenerate to include new dev tools
  • harden (safe outputs, curl fail-fast+retry, action SHA pinning, timeout, safer push)

Validation

  • updated successfully after dependency changes

Copilot AI review requested due to automatic review settings February 13, 2026 16:36

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 10e0d55be3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/jira_codex_pr.yml Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Python formatting/linting tools to the project’s dev dependency set (and regenerates uv.lock accordingly), and updates the Jira Codex GitHub Actions workflow to validate tool availability with the new setup.

Changes:

  • Add black and flake8 to the dev dependency group in pyproject.toml.
  • Regenerate uv.lock to include black, flake8, and their transitive dependencies.
  • Adjust the Jira Codex workflow’s “Verify tooling exists” step to run tool version checks via uv.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
uv.lock Updated lockfile to include black, flake8, and related packages.
pyproject.toml Adds black/flake8 to [dependency-groups].dev and reorders dev deps.
.github/workflows/jira_codex_pr.yml Updates tool verification commands to use uv run --with ….

Comment thread .github/workflows/jira_codex_pr.yml Outdated
Comment thread pyproject.toml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 13, 2026 16:47
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jirhiker jirhiker merged commit 1c3d696 into staging Feb 13, 2026
7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

Comment thread pyproject.toml
Comment on lines 135 to 142
"behave>=1.3.3",
"black>=25.9.0",
"faker>=25.0.0",
"flake8>=7.3.0",
"pyhamcrest>=2.0.3",
"pytest>=8.4.0",
"python-dotenv>=1.1.1",
"requests>=2.32.5",

Copilot AI Feb 13, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dev dependencies are not in alphabetical order. Currently: black, behave, flake8, faker, pyhamcrest, pytest, python-dotenv, requests.

Alphabetically they should be: behave, black, faker, flake8, pyhamcrest, pytest, python-dotenv, requests.

While this doesn't affect functionality, maintaining alphabetical order improves maintainability and reduces merge conflicts when adding new dependencies.

Copilot uses AI. Check for mistakes.
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