-
I have a pipeline like this
```
name: "Lint and Test"
description: "Run linters"
runs:
using: "composite"
steps:
- name: Check out code
uses: actions/checkout@v3
- name:…
-
### Steps to reproduce
1. Create two python packages `apple` and `banana` that share a common namespace `fruit`. `banana` is a dependency of `apple`.
2. Create a module in `apple` with the follo…
-
What do you think about using poetry in the project?
Also, what do you think about using a pre-commit to enforce a coding style such as Black?
-
This issue is created to address a discussion in the [comments](https://github.com/tweag/FawltyDeps/pull/8#discussion_r1050243122) of PR #8.
We're currently using the `place_module` function from the…
-
isort 4.2.9 introduced this change: https://github.com/timothycrosley/isort/issues/540
which might result in travis sorting error for some invenio modules such as:
``ERROR: /home/travis/build/inve…
-
### Description
When starting isort with `--skip_gitignore`, directories that should not be traversed because they are configured in `skip` will be traversed.
From what I've seen, this is purely a…
-
The tuple, list, etc sorting options don't consider the profile option.
Code:
```python
# isort: tuple
data = ("therearesuperlong", "therearesuperlong", "therearesuperlong", "therearesuperlong",…
-
I came across a bug where isort strips off the leading characters (in my case a comment) when there's indentation next to an import. I found this in an older version of isort, but still see it in 5.12…
-
Hi,
First of all I'm sorry if this issue is a bit of a mess, I dug into `isort` quite a bit to try to get to the bottom of the issue, and the process might not be as straightforward as it could.
…
-
> This looks great!
Thanks.
> Do you think it would be possible to add a job to the [test workflow](https://github.com/isort/isort-action/blob/master/.github/workflows/test.yaml) that as…