Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noxfile: run typing session as part of lint session #355

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

gotmax23
Copy link
Collaborator

@gotmax23 gotmax23 commented Sep 3, 2023

nox -e lint runs the static and formatters sessions, but it does
not run nox -e typing due to an oversight in the initial PR.

@github-actions github-actions bot added the needs_triage Needs a first human triage before being processed. label Sep 3, 2023
`nox -e lint` runs the `static` and `formatters` sessions, but it does
not run `nox -e typing` due to an oversight in the initial PR.
@gotmax23
Copy link
Collaborator Author

gotmax23 commented Sep 3, 2023

Force pushed to fix a commit message typo 🙈

@oraNod oraNod removed the needs_triage Needs a first human triage before being processed. label Sep 5, 2023
@felixfontein
Copy link
Collaborator

This should probably be backported as well, right?

@oraNod
Copy link
Contributor

oraNod commented Sep 5, 2023

This should probably be backported as well, right?

I think just to stable-2.15 after #342

@oraNod oraNod added the backport-2.15 Automatically create a backport for the stable-2.15 branch label Sep 5, 2023
@gotmax23
Copy link
Collaborator Author

gotmax23 commented Sep 5, 2023

This should probably be backported as well, right?

I think just to stable-2.15 after #342

Indeed. This change is already included in that PR, so I'll remove the backport-2.15 label.

@gotmax23 gotmax23 added no_backport This PR should not be backported. devel only. and removed backport-2.15 Automatically create a backport for the stable-2.15 branch labels Sep 5, 2023
@gotmax23 gotmax23 merged commit 440ae14 into ansible:devel Sep 5, 2023
6 checks passed
@gotmax23
Copy link
Collaborator Author

gotmax23 commented Sep 5, 2023

Thanks for the reviews, @felixfontein and @oraNod!

gotmax23 added a commit to gotmax23/ansible-documentation that referenced this pull request Oct 22, 2023
`nox -e lint` runs the `static` and `formatters` sessions, but it does
not run `nox -e typing` due to an oversight in the initial PR.

(cherry picked from commit 440ae14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no_backport This PR should not be backported. devel only.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants