-
Réglages plutôt stricts qu'on relâchera au besoin:
- [ ] black (formatage du code, aide à avoir des diff plus lisibles, moins de bruit sur les PR)
- [ ] isort (tri les imports)
- [ ] pylint (véri…
-
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:
…
-
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…
-
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…
-
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…
-
![Screenshot from 2024-09-16 09-49-53](https://github.com/user-attachments/assets/8f8c5ef0-fab3-413f-80d5-3fa947b1b448)
I'm encountering an issue where the `flycheck` creates a host of errors that …
-
https://github.com/land-of-apps/Promptify/actions/runs/4723196250/jobs/8378820788
```
AppMap language library has been installed and configured.
git add -N .
git diff > .appmap/appmap-install.pa…
-
Introduce some linters for maintaining code quality e.g.
* pylama
* pylint
etc.
-
I've added this to my pre-commit config:
```
- repo: https://github.com/APIDevTools/swagger-cli
rev: v4.0.4
hooks:
- id: swagger-validation
args: ["validate", "spec.yaml"]
…
-
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…