Micha Reiser

Results 749 comments of Micha Reiser

> I don't want to manually define a lot of stylistic checks one by one. Do you have a group alias for these? So I can add to the ignore...

> Anything we can do to help there? Not yet, because we haven't started yet. But we plan to pick this up soon (I think @AlexWaygood would be the perfect...

I'm undecided how we should categorize this rule. To me it's a restriction rule because it disallows a subset of Python's grammar. However, I could also see that the rule...

Thank you @tjkuson for working on this rule and sorry for the late feedback. We agree that the rule itself is valuable and think it should be added to Ruff...

> Hi @charliermarsh, as the PR was closed, what are the plans on fixing this issue? Sorry that was not intentional. I cleaned up my stale branches and thought it's...

> Hi guys, is there a reason this was postponed to 0.5? No agreement on how to unset values? There was no specific reason other than time constraints. We didn't...

To confirm the behavior change. We'll now start merging the following options: * `per_file_ignores` * `extend-per-file-ignores` (Do we still need the `extend`?) * `flake8_import_convention_options.aliases` * `flake8_import_convention_options.extend_aliases` * `flake8_import_convention_options.banned_aliases` * `flake8_import_convention_options.banned_from`...

Unfortunately, I know of no alternative. We aren't actively working on this right now but are open to ideas. As little as I like that, a short-term solution could be...

> Could there be a different keyword? E.g.: merge-into = "../.base_ruff.toml" I would prefer not to but I won't rule it out. Either way, deciding on adding a different extension...

> Just wanted to raise another voice in support of this feature. It seems like Black supports this style of formatting? [black.readthedocs.io/en/stable/the_black_code_style/current_style.html#call-chains](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#call-chains) Ruff should support call-chain formatting the same as...