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

Fix flake8-cython not working #7602

Merged
merged 2 commits into from
Jun 2, 2023
Merged

Conversation

kmaehashi
Copy link
Member

@kmaehashi kmaehashi commented Jun 2, 2023

This had to be in #7595 to enable flake8 lint against Cython.

I think these config can be removed after a certain period of time, once #7508 got merged.

@@ -1,4 +1,4 @@
[flake8]
filename = *.pyx, *.pxd, *.pxi
exclude = .git, .eggs, *.py
ignore = W503,W504,E225,E226,E227,E402,E999
ignore = W503,W504,E225,E226,E227,E275,E402,E999
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E275 is to silence errors at except? (missing whitespace after keyword).

@emcastillo emcastillo self-assigned this Jun 2, 2023
@emcastillo emcastillo added cat:other Others to-be-backported Pull-requests to be backported to stable branch labels Jun 2, 2023
@emcastillo emcastillo added this to the v13.0.0b1 milestone Jun 2, 2023
Copy link
Member

@emcastillo emcastillo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pre test is passing so it should be fine!

@emcastillo emcastillo merged commit 9ae7e8f into cupy:main Jun 2, 2023
11 checks passed
chainer-ci pushed a commit to chainer-ci/cupy that referenced this pull request Jun 2, 2023
@kmaehashi kmaehashi deleted the fix-flake8-cython branch June 2, 2023 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:other Others prio:high to-be-backported Pull-requests to be backported to stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants