-
### Question
## Given
`a.py`
```python
"""
Module header
"""
from typing import Union
ObjectT = Union[str, int]
ObjectTa = Union[str, int]
```
Running pylint in python 3.10 results …
-
Following a suggestion from @kinow, the idea is to have a `cwl-linter module` to inspect workflows and detect possible improvements in the code.
Related: https://github.com/common-workflow-lab/wdl-…
-
# pre-commit 으로 git hook 사용하기 with python | pypy.dev
git hook 이란? pre-commit 이란? pre-commit 설치하기 pre-commit 세팅하기 설정 파일 추가 black 추가 flake8 추가 autoflake 추가 isort 추가 세팅 최종 결과물 pre-commit 실행하기 모든 파일에 pre…
-
Running flake8 currently causes 200+ errors/warnings to be produced, mostly to do with whitespace and line length. If such an improvement is welcome, I'd be more than happy to submit a PR that improve…
-
### Description
We currently use `flake8/isort/black` since that was what our upstream (`WhiteNoise`) uses, but we should replace it with the more sane/performant `ruff` linter when possible.
-
## Summary
Create the 'Contributor Guide' section of the documentation.
## Details
- **Deliverables:** What should be delivered? Go into detail where necessary, this is usually best written as a list…
-
Hello,
the new linux-installer is definitely better than before. But I miss tests and the file has too less documentation/comments.
I think we should improve this so that it is also better to ma…
-
After initializing blank project with Taskiq Mypy gives an validation error
```python
Format with Black........................................................Passed
isort..........................…
-
Hello,
I am may be new to SMP things but I wasnt able to use this "client" at all
first of all, "lint" or test" aren't recognized, alghouth I have runned env.ps1 without error, but I dont know wh…
-
> 此 ISSUE 为 [隐语开源共建计划(SecretFlow Open Source Contribution Plan,简称 SF OSCP)](https://github.com/orgs/secretflow/discussions/1181)任务 ISSUE,欢迎社区开发者参与共建~
> 若有感兴趣想要认领的任务,但还未报名,辛苦先完成[报名](https://www.wjx.top…