-
Do we have any style guides or conventions we're following for Python code?
For example, I saw the `fc` code uses camelcase for methods (rather than underscore separated)
I'm also a ~fossil~ fan…
-
### Steps to reproduce
```console
$ spack style --fix
==> Running style checks on spack
selected: isort, mypy, black, flake8
==> Modified files
var/spack/repos/builtin/packages/py-matplotlib…
-
**Describe the bug**
Circular import error with PyTorch nightly. If I uninstall deepspeed it works fine.
```
Traceback (most recent call last):
File "/test/oss.py", line 322, in
mp.spawn…
-
Type: Bug
The standard behavior of find and replace (ctrl+F dialog) is to begin repalcement at the current cursor position, and within the active cell in the case of ipynb. In a VSC ipynb, replacem…
-
Type: Bug
# Behaviour
If the Python file path contains certain Unicode characters, the characters disappear when passing the path to the terminal on debug.
This behavior only occurs when th…
-
The crash is a regression between 4.1.0 -> 4.1.1, as demonstrated by the sequence of commands below:
`python -c "import wx; import sys; p=[(0,0), (10,10)]; r=wx.Region(p);"` causes the crash with 4.1…
w3sip updated
2 years ago
-
I plan on making several changes to how the code is formatted and how errors are checked. Enforcing a constant formatting makes committing changes with Git easier. Tools that enforce error checking …
-
### Bug description
```python
pylint modifies source code that it reads from stdin.
See `...\pylint\lint\pylinter.py`
def _read_stdin() -> str:
# See https://github.com/python/typeshe…
-
Please see the following discussions
https://github.com/coala/coala/pull/3805#discussion_r103625196
https://github.com/jayvdb/coala/commit/016125c90#commitcomment-21107700
difficulty/low
-
## Context
In Python 3.7 async is a reserved word. This means that the zappa.async module cannot be imported anywhere, as it triggers a syntax error. I thought it was a pylint error at the beginning,…