Alexander Burchenko

Results 24 comments of Alexander Burchenko

@fcurella can you please explain what you want to achieve with `pyproject.toml`? If you continue to use `setuptools` as your build system, you will have three files `setup.py` `setup.cfg` `pyproject.toml`....

@amogorkon can you clarify what you mean by 'proper use'?

![Justuse-logo](https://user-images.githubusercontent.com/41373199/138937247-589121bc-9499-4f1c-a0f5-450bc097d7ec.png) How about this logo?

My logo was created with https://www.freelogodesign.org/ The idea of the logo is **Just Use** unifies and simplifies (outer circle) the work with imports (squares inside the circle). License: The logos...

I suggest looking at examples here: [🔣 A collection of GitHub issue and pull request templates](https://github.com/stevemao/github-issue-templates) or here [:octocat: Curated list of GitHub Issues and Pull Requests templates](https://github.com/devspace/awesome-github-templates) and also...

I analysed tests. Currently `os.popen` is used to: - creating a temporary directory `popen("mktemp -d")` - calling `git` commands `popen("mktemp -d")` can be replaced using [**pytest** `tmp_path` fixture](https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html) for `git`...

This issue can be closed. Only `launch_command` is used to run `git machete` commands in tests It may be useful to mention it in the _**contribution guide**_ for future tests...

> Okay! if you could piggyback that change to CONTRIBUTING.md onto your PR #515 I'd instead do it separately. Two words are not enough here. In writing a contributing guide,...

@PawelLipski needs clarification. `machete` is found: - [`GIT_MACHETE_EDITOR`](https://github.com/VirtusLab/git-machete/blob/a3d86f9667d64181413f78a52124593f35f868f5/git_machete/git_operations.py#L216) - [`GIT_MACHETE_REBASE_OPTS`](https://github.com/VirtusLab/git-machete/blob/a3d86f9667d64181413f78a52124593f35f868f5/git_machete/git_operations.py#L793) - [`machete-pre-rebase`](https://github.com/VirtusLab/git-machete/blob/a3d86f9667d64181413f78a52124593f35f868f5/git_machete/git_operations.py#L827) What's wrong with them?

Perhaps `flake8` plugin [flake8-use-fstring](https://github.com/MichaelKim0407/flake8-use-fstring#--enable-extensionsfs003-and---fstring-ignore-format) can help solve this problem If no one else will do it, I can do it in a week