-
This issue is identical to syl20bnr/spacemacs#3193. I was advised to add it to both repos by @TheBB.
It looks to me like there is a problem when using iedit-state when words are space-delimited (ie, …
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
There's error message after running the foll…
-
While exploring the code, I couldn't help but notice that the code style is not pep8 compliant. Following the standard way of writing code is very advantageous as it allow for gentle learning curve fo…
-
### Issue with current documentation:
I'm working through my first issue with the project, and struggling to find information on whether there is a recommended formatter. The source currently seems t…
-
Names starting with uppercase letter are beign listed by company even when starting with lowercase letter, for example `ValueError` is also listed as `valueError` if you start writing `val` and comple…
-
运行情况:(supple) sepplu@seppdeMac-Studio Track-Anything % python3 app.py --device cpu
Defaulting to user installation because normal site-packages is not writeable
Looking in links: https://download.op…
-
I whould like to keep args indented like this:
```
git.project_members.create({'user_id': user.id,
'access_level': gitlab.DEVELOPER_ACCESS},
…
-
# pylint 代码分析工具
**Pylint 是一个 Python 代码分析工具,它分析 Python 代码中的错误,查找不符合代码风格标准和有潜在问题的代码。**
**MESSAGE_TYPE 有如下几种:**
- (C) 惯例。违反了编码风格标准
- (R) 重构。写得非常糟糕的代码。
- (W) 警告。某些 Python 特定的问题。
- (E) 错误。很可能…
-
# Summary
I have a problem with the elpy output when I run the tests.
A lot of non printable shell characters are shown in the traceback and make the output unreadable.
Here is the part of th…
arael updated
2 years ago
-
# Summary
When I run command elpy-config on windows 10, the warnings include Pip and flake8 cannot be found.
But in such virtualenv, pip and flake are installed properly.
![image](https://user-im…