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

TEL-4439 Skip flake8 E203 check #50

Merged
merged 1 commit into from
May 1, 2024
Merged

TEL-4439 Skip flake8 E203 check #50

merged 1 commit into from
May 1, 2024

Conversation

jonnydh
Copy link
Contributor

@jonnydh jonnydh commented May 1, 2024

What did we do?

The flake8 E203 check states that Colons should not have any space before them.

However we run Black as part of our pre-commit, and it enforces that colons should have whitespace before them!

It is recommended here that the appropriate thing to do is to prefer Black to Flake8 for style changes. psf/black#315

References

https://jira.tools.tax.service.gov.uk/browse/TEL-4439

Evidence of work

  1. The PR

Next Steps

  1. Merge

Risks

  1. ?

@jonnydh jonnydh requested a review from webit4me May 1, 2024 10:37
@jonnydh jonnydh merged commit fcfcd76 into main May 1, 2024
@jonnydh jonnydh deleted the TEL-4439 branch May 1, 2024 10:42
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