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

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

Yeah I see that. But currently you repeat the same context in many places. Job names show up right after the workflow names in all of the UIs. Plus adding...

@abhinavsingh here are fixes for the `pre-commit.ci` env: * https://github.com/abhinavsingh/proxy.py/pull/666 * https://github.com/abhinavsingh/proxy.py/pull/667

@abhinavsingh this is interesting... are you on macOS? Locally, I run Gentoo Linux and GHA and `pre-commit.ci` both use Ubuntu, I think. But yeah, pylint is known for behaving inconsistently...

https://github.com/PyCQA/pylint/issues/4759#issuecomment-890564379 seems to suggest that Python shipped by `homebrew` tends to be problematic. Usually, I use `pyenv` (for many reasons) — it allows me not to mess with the system...

Well, we could apply inline disables for those cases. Or maybe add a transform plugin https://pylint.pycqa.org/en/latest/how_tos/transform_plugins.html. But I'd argue that this is a band-aid and would just shadow the real...

So here's some job/workflow name updates making them mostly fit in the UI: * https://github.com/abhinavsingh/proxy.py/pull/669

setuptools supports not having `setup.py` for years now. I've been deleting it from all my projects since then. The only real problem was that `pip install -e` didn't work without...

Here's a doc on the config file: https://pyup.io/docs/bot/config/#specifying. Or you could just migrate to Dependabot like others did.

I think that the official codecov GHA looks for an XML report that pytest does not currently produce. I was going to fix it by add `--cov-report=xml` but haven't got...

* https://github.com/abhinavsingh/proxy.py/pull/672 * https://github.com/abhinavsingh/proxy.py/pull/673