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

Ignore flake8 style rule E203 #154

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Conversation

SahWag
Copy link
Contributor

@SahWag SahWag commented Sep 28, 2023

flake8 rule E203(https://www.flake8rules.com/rules/E203.html) conflict with code formatter black(https://github.com/psf/black), which are both included in the pre-commit config yaml. This causes some edge-cases with indexing in python where the pre-commit will never pass.

This merge request turns off rule E203, thus avoiding this conflict

@SahWag SahWag requested a review from destogl September 28, 2023 15:06
@destogl destogl merged commit 6b69721 into master Oct 9, 2023
8 checks passed
@destogl destogl deleted the ignore-flake8-colon-whitespace branch October 9, 2023 19:08
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.

None yet

2 participants