-
This is a follow up on https://github.com/grpc/grpc/pull/26553.
1. We want to avoid duplicating sanity tests in subfolders
2. Should we add `isort` check?
3. Should we add docs explaining how to …
-
It's customary to use Python tools in Neovim from their own virtualenv so that it does not clutter the main system. Currently this plugin does not allow for such customization.
e.g. Neovim allows t…
-
**Describe the bug**
```
06:27:50.93 [INFO] Initializing scheduler...
06:27:51.22 [INFO] Scheduler initialized.
06:27:52.78 [INFO] Completed: Format with Autoflake - autoflake made no changes. …
-
## Problem
Some keys in the `setup.cfg` file contains a list of values separated by spaces instead of commas. E.g.:
```
[tool:pytest]
addopts = -v --doctest-modules
```
## Possible solutio…
-
#### What's the problem this feature will solve?
Is it possible to support Poetry groups via `--extra`? It seems that they are not (yet) supported
Poetry supports both ["extras"](https://python-…
-
Right now, each wheel is extracted directly in the runfiles directory, e.g. `foo.runfiles/pip__nvidia_ml_py_375_53/`. If you use a tool like isort, it checks paths for the presence of e.g. "site-packa…
therc updated
5 years ago
-
The list of imports are collected in a `set()` (I believe) and so their ordering is not stable. We should either sort them when emitting code or use a stable method of making them unique (e.g. a `dic…
-
So far, the.pre-commit-config.yml file only calls black and isort. I unintentionally used https://github.pie.apple.com/aiml-oss/ml-recurrent-drafter/blob/main/.pre-commit-config.yaml and discovered th…
-
### Minimal reproducible example
```
a = 1
import os
```
### Ruff output and Ruff version
```
$ ruff -V && ruff -v --ignore F401 --diff E402_violation.py
ruff 0.0.283
[2023-08-11][15:48:25][…
-
Here is a code snippet that checks the value of memory using a symbolic index.
```python
self.ctx = TritonContext(ARCH.X86_64)
self.ctx.setMode(MODE.MEMORY_ARRAY, True)
self.ctx.setMode(MODE.SYMBO…