-
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…
-
https://black.readthedocs.io/en/stable/ makes code formatting automatic. Following its style & automating the code formating may be nice.
-
Hi,
I have a mono repo "mono-repo" which contains 2 subfolders "cli" and "sdk".
Both are intrinsically linked (the cli uses the sdk) and therefore I decided to have a common version number (hence …
-
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…
-
**Is your feature request related to a problem? Please describe.**
Consider adding more linters, e.g.:
~- [ ] `darglint`~
~- [ ] `pylint`~
~- [ ] `flake8-eradicate`~
~- [x] ~`flake8-isort`~ (…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
We should run all the same linting tools that we use for the source code on the examples in *docstrings*:
- [ ] black
- [ ] isort
- [x] pylint
- [ ] mypy
- [ ] pydocstyle
- [ ] darglint
We …
-
# Include some code checking to the project
For development and CI environment, that would be good to include some tools to improve the code quality and keep it more homogenous.
As an initial se…
-
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 …
-
**Is your feature request related to a problem? Please describe.**
Currently code quality is inconsistent.
**Describe the solution you'd like**
- [ ] Use precommit
- [x] Auto apply black (or b…