-
Mark Shannon wants me to drop `__subclasscheck__` from all type objects (Any, Union etc.). This is somewhat major surgery since it is used by Union simplification and for various type checks. See also…
-
I get the following error constantly in neovim
The error exists with pylint 1.7.4 as well as 1.8.1.
NVIM v0.2.2
```
Neomake: pylint: unexpected output on stderr: /usr/lib/python3.6/inspect.py:…
-
There are quite a few Python 2.6 string format syntax errors in 1.4.3. I found them using https://github.com/xZise/flake8-string-format (and `git grep {}` due to https://github.com/xZise/flake8-strin…
-
I was thinking that it might be beneficial to use [argparse](https://docs.python.org/3/library/argparse.html) for managing the command-line arguments.
Argparse automates the construction of the hel…
tsalo updated
6 years ago
-
This is a tracking issue for fixing the reStructuredText (RST) markup violations in our docstrings.
-
Hi,
I'm trying to convert a very simple LSTM from Pytorch to Tensorflow via ONNX, but I'm getting an error in the onnx-tensorflow `prepare` function.
Are LSTMs supported by onnx-tensorflow? If n…
-
Hi, thanks for the package!
Working with completion-at-point/company-capf, it seems like completions are being done synchronously. Playing around with Emacs' codebase (window.c) and cquery, it seem…
-
When running pylint-quotes on a project that has a file like
```
"""This is my toplevel module."""
```
It will fail at https://github.com/edaniszewski/pylint-quotes/blob/master/pylint_quotes/…
-
### Steps to reproduce
1. Have a docstring containing:
```
Fit Bernoulli Naive Bayes classifier.
```
2. Run pylint with spelling extension enabled.
### Current behavior
We get the error:
…
mitar updated
7 years ago
-
**Please make sure you've read this blog post and all its links first!:** http://bitprophet.org/blog/2017/04/17/fabric-2-alpha-beta
----
This is the place to leave feedback for issues not covere…