-
Hello. I'm having an issue defining a controller for a POST endpoint containing a body with a ninja schema. It seems like ninja_extra is importing the ProductCreateSchema _after_ it creates the api_co…
-
- [ ] investigate if [isort](https://github.com/PyCQA/isort) behaves the way intellij/pycharm do
- [ ] add to pre-commit config
- [ ] announce for propagation
see [black compatibility mode](https:/…
-
Basically like the `--exclude regex_pattern` flag in *black* and *flake8* etc, where directories and files are matched with the regular expression provided to check whether they should be excluded for…
-
PyCQA started using [ruff](https://github.com/charliermarsh/ruff) since it is much faster than normal flake8/autoflake.
https://github.com/PyCQA/pylint/pull/8372/files
Some of the major library …
-
In my use-case, I want to apply import sorting to a large repository which has packages and also many stand-alone scripts. Those scripts import from their sibling and child python files, so I they sho…
-
Some of my projects have "subrepos" inside
Sorting is not working inside these modules, i need to make copy of config file and put it inside subrepos [i want to avoid this]
there would be nice t…
-
Hello,
The Code Formatter can work on the default ipykernel (Python3), however, after I add another independent kernel (R 4.2.1), it returned error, even though I used the same format.
Is there …
-
Github recently updated its ubuntu-latest worker to 24.04, which uses Python 3.12, while 22.04 was using 3.10.
On this new ubuntu-latest worker, isort-action fails with the following error:
```
Ins…
-
Currently, isort has functionality to enable adding imports and removing imports. It would be useful to add functionality to replace imports (adding only when removed).
-
As [reported](https://chat.zulip.org/#narrow/stream/31-production-help/topic/hardware.20requirements/near/1037715) in #production help, `PUPPET_CLASSES=zulip::base,zulip::postgres_appdb_tuned zulip-se…