-
Type: Bug
Add a watch for any Numpy array. The ability to expand the Numpy array to view its elements is gone! It used to be there prior to the current version (1.83.1)
VS Code version: Code 1…
-
Introduce some linters for maintaining code quality e.g.
* pylama
* pylint
etc.
-
Type: Bug
Using version `2023.10.0` of the extension there are no options anymore to sort imports in notebook cells. In previous versions, e.g. `2022.8.0`, the options were available and worked fin…
-
I should learn and implement how to use GitHub actions for continuous integration, so every time I push a commit to a brunch it runs all tests automatically. Also, It should be cool to add a visual ba…
-
In Python-3.10+ there is [`sys.stdlib_module_names`](https://docs.python.org/3/library/sys.html#sys.stdlib_module_names) which might be useful for this app.
There are currently some discrepancies:
…
-
With 0.7.4 and --remove --include-star-import --ignore-init --gitignore
In code like this
def bob():
print(sys.path)
import sys
The import gets incorrectly removed.
You…
-
### Motivation
As a developer I want to avoid making formatting changes that might modify the history based on my local configuration/preference on coding.
Therefore, the aim is to align all pyt…
-
-
If I have the following `.codespellrc` for `codespell==2.2.2`:
```rc
[codespell]
check-filenames = True
check-hidden = True
```
And I run the below:
```bash
> codespell foo
usage: codes…
-
isort version: 5.10.1
Unindented comments in an indented block seem to get cut off at the indent, which generates a syntax error.
Code:
```py
import sys
if True:
# this will get cut off
…