sobolevn

Results 602 issues of sobolevn

```python try: ... except (A, B, C, D, E, F, Z, Y, X): ... ``` This code clearly shows that something is wrong with the exception handling. We need a...

rule request

Closes https://github.com/wemake-services/wemake-python-styleguide/issues/2711

Refs https://github.com/wemake-services/wemake-python-styleguide/issues/2910 We need to check that any nodes that has `wps_op_eval` set to a literal value is treaded the same way as literal values.

They are deprecated and scheduled for removal in 3.14 Since we don't support older Python versions, it is no longer required.

This is still a WIP. I have several questions: 1. How does `get_arg_offset` suppose to work? I am bit a lost with this approach 🙂 2. Do we need to...

I think the second option is better because: 1. It does not get removed in `-O` mode 2. It has much cleaner error message

Hi! Thanks a lot for this tool! I am trying to add https://github.com/dry-python/returns support (because we have quite a lot of complex plugins). Code: ```python Project( location="https://github.com/dry-python/returns.git", mypy_cmd="{mypy} returns", pip_cmd="{pip}...

Probably it should work even without our `mypy` plugin. At least our CI check passes without it: https://github.com/typeddjango/django-stubs/blob/master/.pre-commit-config.yaml#L38-L53 P.S. why don't we use `pip install -r requirements`? Why all deps...

I guess that it is a good idea to run priper, when the source code changes. This might catch possible regressions in the future.