-
Here are few changes I want to implement:
- reformat the entire Python code using `isort` and `black`.
- add docstrings where missing
- add type hinting using the in-built `typing` module
- use fa…
-
- This is on a development branch right now which will soon be pre-release
- Select such an environment
- The error happens intermittently and shows up as prompt
```
2023-03-15 15:50:43.823 [err…
-
Hi, is it possibile to configure all the flags from
https://yamllint.readthedocs.io/en/stable/configuration.html
with `setup.cfg`?
-
Adopt ruff as a linter and formatter for the codebase as a more modern and faster alternative to black+pylint.
-
> 此 ISSUE 为 [隐语开源共建计划(SecretFlow Open Source Contribution Plan,简称 SF OSCP)](https://github.com/orgs/secretflow/discussions/1181)任务 ISSUE,欢迎社区开发者参与共建~
> 若有感兴趣想要认领的任务,但还未报名,辛苦先完成[报名](https://www.wjx.top…
-
This is for after our launch, so low prio atm.!
Speaking from experience, maintaining open source projects with contributions from the outside can become tedious when people use different editors p…
-
Amazing program can you add support `black --check` and `isort -c`?
-
**Describe the bug**
The ruff rule INP001 (implicit-namespace-package, i.e. find’s missing `_init_.py` files) fails when running ruff through pants but not when running manually. I suspect this is to…
-
When you have
```toml
[tool.hatch.envs.hatch-static-analysis]
config-path = "pyproject.toml"
```
in `pyproject.toml` or its equivalent in `hatch.toml` and run
```none
hatch fmt --sync
``…
-
It would be great to have a CI (like Travis, Gitlab CI, whatever) building the image and also running things like quality assurance checks on the source code (flake8, isort, black, etc.) so as to cont…