You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i thinks its be better using more responsive or fast formatter and linter check using ruff cause black its issue at perfomance on specially scaleable project, for information about ruff you can check here
for style guide from python you can check on ruff readme.md
The text was updated successfully, but these errors were encountered:
Duplicating what I said in the pull request:
I'm tentatively interested in giving this a shot but...
I need documentation for new contributors
I need to run it in parallel with black and flake8 for a bit to see if they're finding different stuff of interest
We need to do some other changes to make sure pyproject.toml works as expected -- last time it resulted in a bunch of build tools breaking because the rest of our config is in setup.py and some tools assume if you have pyproject.toml it's what you need to use.
I am completely swamped with other work right now and have barely been allowed to carve out time to handle the "easy" pull requests so unless you're prepared to do a lot of work this one is going to languish for quite some time.
I'm going to approve this to run and see if anything weird happens when it runs so we can decide what to do next, but just be warned that there's a bunch of work that would need to be done before we can really start using ruff to replace the existing linters.
I will add here that a difference in a few seconds for a linter basically isn't something I care about -- we're talking a full test suite that takes an hour to run, so the bigger concern for us is how much time it'll take to fix the toolchain issues and docs.
Description
i thinks its be better using more responsive or fast formatter and linter check using ruff cause black its issue at perfomance on specially scaleable project, for information about ruff you can check here
for style guide from python you can check on ruff
readme.md
The text was updated successfully, but these errors were encountered: