-
Type: Bug
# Behaviour
When using the Jedi language server, all LS features work properly in a single cell, but don't recognize variables defined in one cell and used in another. Go to def gives a …
-
As of September, there are a number of dependencies that may be irrelevant. Check on these following development and make sure that anything unnessesary is removed.
(Bolded items are questionable, …
-
### Summary
Prettier manages to reformat all kinds of files. ".mdx" files however are not formatted.
### Github Repository to Reproduce Issue
https://github.com/Signum/prettier-mdx-debug
#…
-
Probably the best choice is [black](https://black.readthedocs.io/en/stable/index.html), which is used by lots of the official Python projects. There's also [ruff](https://docs.astral.sh/ruff/) which i…
-
# Setup Python Development Environment for 'Hello World' in GitHub Codespaces
## Description
Update the README.md to guide beginners through setting up a Python development environment for a "He…
-
flake8, black, isort....
@mathause will help review
-
The `isort` settings `import_heading_{section_name}` lets you specify heading comments for the sections, each defaulting to None.
I use these headings with all of my team projects so not a second is …
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when inconsistent code styles and formatting issues are committed to the repository. These inconsistencies can…
-
### Neovim version (nvim -v)
v0.9.5
### Operating system/version
Windows Version 10.0.19045 Build 19045
### Add the debug logs
- [X] I have set `log_level = vim.log.levels.DEBUG` and pasted the l…
-
Consider a git repo that contains two namespaced packages, `my.first.library` and `my.second.library`, with a single *shared* `.isort.cfg`:
```
root
.git/
.isort.cfg
my_first_library/
…