-
docstring checker can came to success when running git commit for twice.
How to reproduce:
1. change some thing in `layers/nn.py`
1. `git commit -am "xxx"` will produce some error check result
…
-
Is there a planned date for a new release of pycodestyle? [This issue](https://github.com/PyCQA/pycodestyle/issues/753) for example has been fixed last april, and yet still present on the main release…
-
T4044 task was created by hcs on 2017-05-03 09:48:25Z.
Last changed on 2018-09-21 09:24:34Z.
PR at https://github.com/chevah/scame/pull/7.
This will help in enforcing semantic linefeeds
http://style…
-
Currently the docparams extension will skip most checks if it cannot determine the type of docstring (eg Sphinx, Google, etc). This means that a docstring with just a summary line, for example, will n…
-
pynwb does not enforce that the shape of datasets matches the shape specification in the schema. matnwb expects datasets to follow the size rules specified by the schema, so this is causing a compatib…
-
Now that ``cmd2`` no longer needs to support Python 2.7 from release 0.9.0 onward, we can begin to add [type hinting](https://docs.python.org/3/library/typing.html) to function/method arguments and re…
-
I think we are in a good position to make a new release.
Please express your opinions
-
`isprime(14/2)` returns `false`. I think it is because `isinstance(n, (Float, float))` returns `true` when n = 14/2
-
this message appears at each Sublime startup, how to fix it?
![failed](https://cloud.githubusercontent.com/assets/12339722/18202544/405cddde-7143-11e6-8bee-9e170cecb325.png)
-
When I have forge enabled and press the `Down` key in the status buffer, I get the following error message:
```
magit-next-line: Wrong type argument: number-or-marker-p, nil
```
This behaviour…