-
### Prerrequisitos
(Marcar colocando una `X` entre los corchetes los ítems que ya hiciste, así: `"[X]"`)
* [X] Leí las reglas del foro (https://github.com/IIC2233/Syllabus/wiki/6.-Reglas-del-f…
-
- [x] within snowball
- [x] within xapian
- [x] within pystemmer
- [ ] within snowball_py
- [x] within [nltk](http://www.nltk.org/)
- [ ] within whoosh
- [ ] Snowball for Go language snowball […
-
In other python projects in the Hyperledger Ecosystem, black is used to help keep coding style consistent. I think Node would benefit from a similar treatment. This would however mean that we would ne…
-
As a developer, I want to know the code I have written is of good quality so that should another developer amend it in the future, it is easily readable for them.
**Acceptance Criteria**
-All HTML of…
-
Right now almost none of the program have comments which is bad as anyone would know. It'd be better for everyone if comments were added that would act as a flow through to what a program is supposed …
-
### Bug description
I believe that the following piece of code should not cause a `broad-exception-caught` warning:
```python
# pylint: disable=missing-module-docstring,missing-function-docstring…
-
デフォルトのPEP8の一行制限文字数が80文字と少ないのでこれを120文字にすることを提案します
(120っていうのは仕事先で使ってる文字数です)
```shell:~/.config/flake8
[flake8]
max-line-length = 120
```
参照: https://qiita.com/zaki-yama/items/d05adce9d23d67144…
-
Before filing an issue, please make sure to tick the following boxes.
- [x] Make sure your issue hasn't been filed already. Use GitHub search or manually check the [existing issues](https://github.…
-
This code is way out of compliance.
Start with addressing upper-cased module/package names and ensuring line lengths < 80.
-
**Description of the false positive**
The ellipsis `...` (three dots) is commonly used in Python to omit bodies for type hinting declarations. Since technically a lone `...` is an expression statem…