The Ruff formatter is 130x FASTER than Black

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • First they come for the linters, then they come for the formatters... Who will they go for next?!
    -
    If you enjoy my content, consider supporting me on Patreon or becoming a member!
    patreon.carber...
    join.carberra.xyz
    If you need help with anything, feel free to join the Discord server:
    discord.carber...
    I get a lot of people asking, so here's my Visual Studio Code setup!
    • My Visual Studio Code ...
    -
    If you have any questions, don't hesitate to ask in the comments! I'll try and answer as soon as I can, providing someone else hasn't already done so.
    #python #coding #howto

КОМЕНТАРІ • 30

  • @Chris-rm1pn
    @Chris-rm1pn 9 місяців тому +10

    It also can replace isort

  • @desertfish74
    @desertfish74 6 місяців тому +1

    All the files scanned after the tensorflow scan, will then likely be in the file system cache. Running black a second time, will probably be quite a bit faster as well.

  • @yorailevi6747
    @yorailevi6747 9 місяців тому

    Thanks for showing the diff, I always hated that multi line aspect of black, i will definitely use ruff regardless of the performance

  • @Salah-YT
    @Salah-YT 9 місяців тому +1

    Hi, I'm a beginner to Python and I followed the course is about 9 hours but I downloaded Python 3.12 and I have a Python extension and I tried Autopep and Black Formatter but none worked and even chatGPT couldn't help very well so can you make a video step by step for python 3.12 how we format easily for a beginner I mean type code everywhere but when I save it I like formatting like Prettier do for javascript ok you know what I mean thank you so much

    • @Carberra
      @Carberra  9 місяців тому +1

      I have a video on the Black formatter, as well as how to format on save in VS Code. Black doesn't work any differently for 3.12.

    • @Salah-YT
      @Salah-YT 9 місяців тому +1

      ​@@Carberra Thanks, bro! I watched your video at ua-cam.com/video/QU3lxjJ0Kbo/v-deo.html, but unfortunately, it's not working for me. I have Black Formatter, but when I downloaded Black and isort, I encountered this error: 'Connection to server got closed. Server will not be restarted.' I think this might be the reason I can't format on save. I couldn't find any videos or articles addressing this issue, and even ChatGPT couldn't help me. I suspect these extensions might not be compatible with Python 3.12.
      I'm following a Python course, and at the beginning, the instructor only covered Python extensions, and he could format the code. However, he was using Python 3.11. It seems like there aren't many resources for Python 3.12 at the moment. Since I've done many courses on JS, HTML, CSS, React, and NextJS, I'm eager to learn Python. But this formatting issue has been a roadblock for me.
      I'm used to formatting on save, similar to how I do it in JS. I've been searching for a solution for a while, but if you could help me out, that would be great, bro! Thank you so much.

    • @Carberra
      @Carberra  9 місяців тому +1

      Hm, I'm not sure how much I can help because I use 3.12 and it all works fine for me 😅 Try uninstalling and reinstalling Python 3.12 (or destroying and recreating your venv if you're using one), and seeing if that makes a difference. It may also be worth disabling and re-enabling those extensions as well.

  • @user-ct9oz8nc1p
    @user-ct9oz8nc1p 2 місяці тому +1

    Hi! Thanks for the video! What color scheme do you use for the code?

    • @Carberra
      @Carberra  2 місяці тому

      Glad you enjoyed it! Setup info is in the description.

  • @MangoNutella
    @MangoNutella 9 місяців тому +1

    You can, however, tell black to ignore single/double quotes so that single quotation is possible.

  • @JustLikeBuildingThings
    @JustLikeBuildingThings 9 місяців тому

    Thanks for the video, looks like it the pywin32 dependency doesn't work on py 3.11 at the moment so non starter for me! Looks good though, especially the annoying splitting black does sometimes over too many lines.

  • @Gh0sTG0
    @Gh0sTG0 9 місяців тому +2

    Hi. Is there any chance on doing video like "using ruff with pycharm"? Tried vscode, but for programming for me pycharm looks much more... comfortable...

    • @ultrasound1459
      @ultrasound1459 9 місяців тому +1

      No, no one is using pycharm

    • @Carberra
      @Carberra  9 місяців тому

      I've never used PyCharm so I don't know how much support is there for it. You could use it on the command line if you don't care about format-on-save or anything like that.

    • @Gh0sTG0
      @Gh0sTG0 9 місяців тому

      @@Carberra Aha, ok. TY for answer.

    • @khanra17
      @khanra17 9 місяців тому +1

      @@ultrasound1459 You are not everyone kiddo groww up.

    • @legion_prex3650
      @legion_prex3650 9 місяців тому

      pycharm is shit. I have to use it right now and it is kinda slow and i hate it.

  • @mecrayavcin
    @mecrayavcin Місяць тому

    I have a black formatter problem can i send you s short video. I dont like its formating. It takes if conditions inside () and also inside it it creates bew line it messed up my codes

  • @helish_88
    @helish_88 9 місяців тому

    I miss your hairs 😢

  • @workflowinmind
    @workflowinmind 9 місяців тому

    Did they reach 1.0? Pip installs 0.1.4

    • @Carberra
      @Carberra  9 місяців тому

      They reached 0.1. I may have misspoke, I don't remember.

  • @anamoyeee
    @anamoyeee 9 місяців тому

    Is it possible to set the formatter to use 2-space indentation?

    • @Carberra
      @Carberra  9 місяців тому

      Looks like you can set `indent-width` in the global configuration settings.

    • @anamoyeee
      @anamoyeee 9 місяців тому

      @@Carberra That worked, thanks! Also may i ask if it's possible to make it run on file save?

    • @Carberra
      @Carberra  9 місяців тому

      I've got a video about formatting on save in VS Code. It's for Black, but it's an easy configuration change. You'll likely need to check the extension README (or somewhere in the docs).

  • @hereallyfast
    @hereallyfast 9 місяців тому

    What do you think about trunk?

    • @Carberra
      @Carberra  9 місяців тому

      I'm not sure I understand?