-
Type: Bug
# Behaviour
Can't jump to source via CTRL + LMB from TEST RESULT OUTPUT
## Steps to reproduce:
1. GET failed test with exception output
2. Try to CTRL + LMB on path/to/file.py:116
…
-
name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
py…
-
```python
isort_format_tab_action = actions.register_filetab_action(
name="isort Format Tab",
description="Sort Imports of open tab with isort",
callback=partial(format…
-
As we keep deciding on how tests should be constructed, naming schemes, formatting tools, docstrings, etc. we should have a markdown text file (a "CONTRIBUTING.md") to define our guidelines for writin…
-
Type: Bug
in any jsx/tsx file, make a component function (that returns React.JSX.Elemen)
VS Code version: Code 1.94.1 (e10f2369d0d9614a452462f2e01cdc4aa9486296, 2024-10-05T05:44:32.189Z)
OS versio…
-
## Problem
`isort` has default directory skips listed [here](https://github.com/PyCQA/isort/blob/main/isort/settings.py#L73)
I was working on a project where I actually had a module named `venv`…
-
* alifedata-phyloinformatics-convert version: N/A
* Python version: N/A
* Operating System: N/A
### Description
We should sort all imports using `isort` and apply the [Black Code Style](https:…
-
Apply those rules that make sense:
https://learn.scientific-python.org/development/guides/repo-review/?repo=jaraco%2Fskeleton&branch=main
Suggestions:
**[`GH102`](https://learn.scientific-pytho…
-
Looking at https://pypi.org/project/isortd/
I've started isortd via docker, but I am getting
```
ERROR:aiohttp.server:Error handling request
Traceback (most recent call last):
File "/opt/py…
-
neoformat can run formatter in a sequential way, eg, `docformatter -> isort -> black`. Which means I can fix the docstring in the first place, then rearrange the import order, and fix the code style w…