-
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…
-
When autoflake is installed in a virtual environment, like with `pipenv` & `pyenv`, the command fails (on Windows):
> Command `autoflake` not found...
Workaround: set autoflake path manually in se…
-
- Testes unitários
- Pipeline
- Deploy contínuo
- canary release
- blue/green release
- registro de erros (sentry)
- rotinas de execução agendadas (cronjobs)
- monitoramento (cpu usage, memory …
-
It would be nice to be able to use it on our python 3 repos! I found myself wanting to move things in Khan/buildmaster and I couldn't.
I think there will be three parts to this:
1. Use isort (#24…
-
We're currently using `black` for formatting, `flake8` for linting, and `isort` to order imports. There are a lot of other nice tools we could be using, like [`docformatter`](https://pypi.org/project/…
-
Would be nice to have:
- [ ] Pyright checks
- [x] Pytest checks (when we finally have tests lol)
- [ ] Various Flake8 checks
- [x] Black check
- [x] Isort check
- [x] Pypi publisher
-
![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 …
-
### 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…
-
# Context
The goal of this ticket is to implement linting on the code. We have noticed that certain rules applied to demcompare are not applied in the test files of xDEM.
Examples of errors present…
-
Hello! I discovered what I think is a possible bug with the tool that I wanted to bring to your attention.
I'm using this config:
```
[tool.ruff]
extend-select = ["I", "F"]
target-version = '…