-
https://github.com/timothycrosley/isort/issues/422
It would be neat for us to read the corrected output and give a messgae like `import x not sorted correctly`
Possibly for us it'd be like:
```
imp…
-
### Bug description
In one system `pylint` is perfectly fine, but in another it's complaining about import order.
### Configuration
Configuration is identical in both systems:
```ini
[t…
-
I always wanted an extension that can unwrap complex types for me, but I can't seem to make it work.
VSCode version: 1.86.2
List of installed extensions:
alexcvzz.vscode-sqlite
bierner.github-ma…
-
### Details
We currently have sweep: revert and sweep: regenerate. instead of this, add buttons to sweep's PRs (possibly in on_ticket) and then have buttons for each changed file
Checklist
- [X…
-
The getting started guide drops you off wit a working pants setup, but it really doesn't explain how anything works or where to go after that. It would be really helpful to describe how to get started…
-
Probably the most common use-case for marking a package as a "known first party" import is when you have an associated test package. In the world of `pytest`, the associated test package is typically …
-
Hello,
I have a model that I saved using tf 2.15 version.
When trying to load it using tf-nightly I'm getting the following error:
ImportError: cannot import name 'is_tensor_or_tensor_list' fro…
-
### Details
_No response_
Checklist
- [X] ``sweepai/utils/worker_wrapper.py`` ✅ Commit 43dbf67
- [X] `sweepai/utils/worker_wrapper.py` ✅ Sandbox ran successfully
- [X] ``sweepai/api.py`` ⚠️ No Ch…
-
**Problem**
I got 1 namespace and some routes in it. Each route - class with `@ns.xxx(...)` decorators.
My problem: routes classes are big and they lay in one file where namespase is.
I want to se…
-
What about using Black as a code formatter.
It will reformat code and fix spacings, parenthesis,... while ensuring that the execution is not changed.
I tried it and I like it. There are some thing…