Florian Best

Results 263 comments of Florian Best

I would like to differentiate the rule between `_private` and `__private`/`_Class__private` members. Maybe `SLF001` and `SLF002`.

Support for `known-local-folder` would be nice.

local-folder is the name of the section/category while known-local-folder are the modules/packages which should be treated for the local-folder section. e.g.: ``` sections=FUTURE,STDLIB,FIRSTPARTY,THIRDPARTY,LOCALFOLDER known_local_folder=myproject,test,foo ``` it has nothing to do...

> Aren't you mixing `known_first_party` and `known_local_folder`? Kind of yes, but we use this to separate our "known first party" modules from some special modules (some only for "testing" and...

> rust newb, if someone wants to try this feature set, how do we build ruff with logical-line feature flag support and these style rules enabled? @charliermarsh I would like...

> I'm hoping that we can finish and release this soon enough that it's not worth shipping an `extra_requires` variant. (And if not, I'd probably rather ship with a command-line...

I filed an upstream bug: https://github.com/PyCQA/pyflakes/issues/766 I would vote for fixing it in `pyflakes`.

So they think that if `F405` doesn't occur they mark the star import as `F401`. `F405` can be triggered by: ```sh $ python3 -m pyflakes

I am unsure. I like ruffs behavior more. Will think what I can do for the time I need to support both flake8 and ruff (aka: until #2402 is fixed).

An option which sets `select=ALL` and all current violations in the project to `ignore` would be great. Then one could start with a config which is valid and improve from...