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

Fixes some issues with E741 detection #853

Merged
merged 3 commits into from
Mar 10, 2019
Merged

Conversation

rettenbs
Copy link
Contributor

@rettenbs rettenbs commented Mar 8, 2019

Closes #707
Closes #700

@rettenbs rettenbs changed the title Fixes some issues with up E741 detection Fixes some issues with E741 detection Mar 8, 2019
@sigmavirus24 sigmavirus24 merged commit 96d2db0 into PyCQA:master Mar 10, 2019
@GPHemsley GPHemsley mentioned this pull request Sep 21, 2019
timokau added a commit to timokau/cs-ranking that referenced this pull request Apr 2, 2020
Currently this violates flake8/pycodestyle E741. Arguably that shouldn't
be the case [1] since we don't control the API. This has recently been
fixed upstream [2], but isn't released yet.

Luckily our use is trivial. The function only takes one argument, so the
named parameter does't really add any value. We can just remove it.

[1] PyCQA/pycodestyle#700
[2] PyCQA/pycodestyle#853
timokau added a commit to timokau/cs-ranking that referenced this pull request Apr 3, 2020
Currently this violates flake8/pycodestyle E741. Arguably that shouldn't
be the case [1] since we don't control the API. This has recently been
fixed upstream [2], but isn't released yet.

Luckily our use is trivial. The function only takes one argument, so the
named parameter does't really add any value. We can just remove it.

[1] PyCQA/pycodestyle#700
[2] PyCQA/pycodestyle#853
mihaic added a commit to mihaic/brainiak that referenced this pull request May 20, 2020
The renames do not affect the API, except for `concatenate_not_none`,
where the rename actually makes the code agree to the existing
documentation.

The existing variable names caused errors after an update of
Pycodestyle in Flake8:
brainiak#464
PyCQA/pycodestyle#853
https://gitlab.com/pycqa/flake8/-/merge_requests/418
mihaic added a commit to brainiak/brainiak that referenced this pull request May 21, 2020
The renames do not affect the API, except for `concatenate_not_none`,
where the rename actually makes the code agree to the existing
documentation.

The existing variable names caused errors after an update of
Pycodestyle in Flake8:
#464
PyCQA/pycodestyle#853
https://gitlab.com/pycqa/flake8/-/merge_requests/418

Also add a workaround for a Theano compilation error, inspired by PyMC3:
pymc-devs/pymc#3767
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