-
I recently tried to upgrade habitat_sim to use the new pre-commit hook, but found that the ID is not preserved in the cells with a bidirectional update.
pre-commit hook settings
```
- repo: htt…
-
## 책에서 소개한 도구
- 코드 포매터: black
- 정적 타입 검사기: mypy
- 정적 검사기: pylint
- 테스트 도구: pytest
## 추가적으로 고려해볼 도구
- 정적 검사기: wemakepython
- flake8의 확장버전
- monkeytype
- mypy와 세트로 많이 사용하는 것으로 보임
## Aw…
-
**Describe the bug**
When running `isort` on a single source file, the result is not always consistent compared to when running on all sources.
**Pants version**
2.11.0rc1, 2.12.0.dev1
**OS*…
kaos updated
2 months ago
-
Let's discuss improvements and changes related to linters and formatters.
If you have any tool, package, config, or script to share, feel free to suggest it into this discussion.
-
eg. for python formatting with `neoformat_enabled_python=['black', 'yapf', 'isort', 'docformatter']` setting.
- `black` and `yapf` format the whole file, the styles of this two are conflict, thus y…
-
# Feature Request
While working on some documentation, I discovered that the `pre-commit` script relies on some python dependencies,
https://github.com/firecracker-microvm/firecracker/blob/45a1a1b…
-
Given that nippopy will rely on boutiques and that I'd like to more systematically use boutiques to manage a whole bunch of bids apps (and the fact that the BIDS execution standard - now official is v…
-
I'm trying to build dissect.archive by:
```
git -C "dissect.archive" clean -dfx
tox -e build
tox
```
During the building I get
```
ERROR setuptools_scm._file_finders.git listing git files fail…
-
I always wanted an extension that can unwrap complex types for me, but I can't seem to make it work.
VSCode version: 1.86.2
List of installed extensions:
alexcvzz.vscode-sqlite
bierner.github-ma…
-
I think it's time to check for python3 support before python2 (Python 2 support end of life is 2020, see https://www.python.org/dev/peps/pep-0373/).
It will be easier to start new Python3 projects …
DXist updated
4 years ago