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

ci: remove formatting check for python 3.7 #274

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Conversation

moorec-aws
Copy link
Contributor

@moorec-aws moorec-aws commented Apr 1, 2024

What was the problem/requirement? (What/Why)

black 23.* is a security risk. Bumping to 24 and skipping the formatting check for 3.7

What was the solution? (How)

update black dep for 3.8+, and remove 23.*. Skip linting for python 3.7 unit tests.

What is the impact of this change?

no longer running linting on 3.7, resolved a security finding:

https://github.com/casillas2/deadline-cloud/security/dependabot/1

How was this change tested?

hatch run lint
hatch run test

Was this change documented?

yes

Is this a breaking change?

no


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@moorec-aws moorec-aws force-pushed the moorec/black-3.7 branch 7 times, most recently from fa0f38b to 5290abd Compare April 1, 2024 15:34
@moorec-aws moorec-aws marked this pull request as ready for review April 1, 2024 15:37
@moorec-aws moorec-aws requested a review from a team as a code owner April 1, 2024 15:37
ddneilson
ddneilson previously approved these changes Apr 1, 2024
@moorec-aws moorec-aws force-pushed the moorec/black-3.7 branch 2 times, most recently from 5d44567 to 4d99414 Compare April 1, 2024 15:45
@ddneilson ddneilson enabled auto-merge (squash) April 1, 2024 15:51
@ddneilson ddneilson merged commit 604c032 into mainline Apr 1, 2024
18 checks passed
@ddneilson ddneilson deleted the moorec/black-3.7 branch April 1, 2024 15:57
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.

5 participants