Guillaume Andreu Sabater
Guillaume Andreu Sabater
Yay for the translations!
B905 was just [added](https://github.com/PyCQA/flake8-bugbear/releases/tag/22.12.6): > B905: zip() without an explicit strict= parameter set. strict=True causes the resulting iterator to raise a ValueError if the arguments are exhausted at differing lengths....
> (To be clear: I'm looking for more feedback here, including on the questions above. Thanks all!) One of my use cases is the following: ```python from typing import ClassVar...
@bellini666 is this on your radar? have you given it more thought?
Great! Just wanted to make sure it was still in the works. Keep up the good work!
Related #54, #286
Aren't you mixing `known_first_party` and `known_local_folder`? https://pycqa.github.io/isort/docs/configuration/options.html#known-first-party https://pycqa.github.io/isort/docs/configuration/options.html#known-local-folder > Force isort to recognize a module as being a local folder. Generally, this is reserved for relative imports (from . import...
My 2c: one of my use cases, that has not been mentioned yet, is adding a test deps section to isolate test tooling imports in test files: ```toml known_tests_deps =...
Hello, sorry to hear that. Maybe adding a `python_requires=">=3.9",` arg in the `setup` would ease this kind of transitions. For ex, this is what the current version entry looks like...
The current state of the art: https://github.com/python/typing/issues/182#issuecomment-1320974824