🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)

Results 551 issues of 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)

I haven't tried to debug it but it's reproducible with this version of my project: https://github.com/sanitizers/octomachinery/tree/4cd3455d6d5f62b94bd1fd2ce78658cbce3eb18a pycycle says `No worries, no cycles here!` but in fact it misses some. This...

It'd be nice to have it run as a part of `pytest` suite or with `pre-commit`. Does anyone know of a pytest plugin invoking this? Also, this repo could expose...

Fixes #145 # UPD: If somebody is looking to monkey-patchit in their project while this isn't merged — just apply this 👇                 https://github.com/sanitizers/octomachinery/commit/e5756d9ad21cb77ed138bcf865eea0eb9efcd03b

I've been googling (https://www.google.com/search?q=Why+I+Haven’t+Fixed+Your+Issue+Yet) and the third in the list for me was https://helloanselm.com/notes/on-open-source-maintenance/. I clicked and it turned out to be completely empty. 0 bytes response. But 200 OK....

What I mean is that high-volume, actively developed repos it might be unable to afford reformatting of the entire code base at once. Instead, it would be less painful and...

It is common to print smth parseable for the sake of pipe chaining among POSIX utils. However, ansible-review doesn't seem to care about this: ```console ✦ ➜ ansible-review rebuild-world.yml -q...

Look at https://pypi.org/project/ansible-review/#description, it shows: ```text Project description The author of this package has not provided a project description ``` This probably means that you use outdated setuptools when building...

This change applies the pre-existing patterns to identify if the files with collection problems are tests. It is then used to eliminate the false-positives of F6401 (cannot-enumerate-pytest-fixtures). As a side...

I see that currently `setup.py` is being used and called directly. This is highly discouraged and is deprecated. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for more details. It's quite easy to upgrade it to...

Task