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

[REF] cfg/.flake8: ignore E203 (whitespace before ':') #69

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

luisg123v
Copy link
Contributor

Because it's handled by black and it doesn't consider black syntax like:

chunk = records[index : index + chunk_size]

Because it's handled by black and it doesn't consider black syntax like:

    chunk = records[index : index + chunk_size]
@moylop260
Copy link
Collaborator

LGTM
👍

Is it not reproduced in OCA environment?

@moylop260 moylop260 merged commit 2693386 into Vauxoo:main Oct 10, 2022
@moylop260 moylop260 deleted the disable-space-before-colom-luisg branch October 10, 2022 21:38
@moylop260
Copy link
Collaborator

FYI @luistorresm

@luistorresm
Copy link

Thanks @luisg123v @moylop260

@luisg123v
Copy link
Contributor Author

FYI black recommends disabling that check: psf/black#1841

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.

3 participants