Maciej Olko

Results 62 issues of Maciej Olko

I would like to propose another check. R103 Missing parentheses on raised exception It would be off by default, but could be activated for projects that want to follow convention...

Hi, I have pytest-flake8 installed, and in my pytest.ini file I have `addopts: --flake8`. In my CI I'd like to disable flake8 checks (I have separate job for them), but...

https://docs.openstack.org/pbr/latest/

### Describe the problem I'm considering [switching with Polish translation of Python documentation](https://github.com/python/python-docs-pl/issues/21) to Weblate. Python documentation translations in different languages are being kept in [separate](https://github.com/python/python-docs-zh-cn/tree/3.10) [Git](https://github.com/python/python-docs-fr) [repositories](https://github.com/python/python-docs-pl). PO files...

enhancement
Waiting for: Demand

It would be great to have it documented as others. I got to know it just because I've read the changelog.

Pip loops itself after invoking `pip install -r requirements.txt --use-feature=2020-resolver` (more than 1 hour): ``` … Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.7/site-packages (from cryptography==3.0->-r requirements.txt (line 4)) (1.15.0) Requirement already...

new resolver report

## Is your feature request related to a problem? Please describe. I use dictdiffer in tests to show differences for assertion errors. Having a method that would pretty print a...

Hi, thank you for your work on this package. We'd like to request a feature: support for information if country name should be prefixed with "the" article. The rules for...

Because of overriding \_\_init__() with *args, **kwargs argument we are missing arguments documentation for base class.

* Uses typing syntax compatible with Python 3.7. * Adapts the protocols definitions for earlier Python versions. * Starts to test in CI Python versions from 3.7 to 3.12. *...