Closed docNord closed 10 months ago
Small thing, but still nice to get out @mgcth ...
Sure, but can you check that ruff isn't using that file. If it is, move the contents over to pyproject.
I removed it and ran ruff without any issues locally. Shouldn't be a problem @mgcth.
Did you try putting in a line longer than 88 characters?
There are a bunch. Black does not use the same formatting, and I have autoformat on. Plus, everything is passing, isn't it :smile
Will change in my private computer too.
On Sat, 27 Jan 2024, 20:07 Mladen Gibanica, @.***> wrote:
@.**** approved this pull request.
Ok, ruff is already using 88 as default
https://docs.astral.sh/ruff/settings/#line-length
You could try using ruff as the VS Code formatter too, if you aren't.
— Reply to this email directly, view it on GitHub https://github.com/Ingenjorsarbete-For-Klimatet/ifk-smhi/pull/95#pullrequestreview-1847199104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE7PLB5KKL4UDQ7E6QLM4KLYQVGA3AVCNFSM6AAAAABCNKL56WVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTQNBXGE4TSMJQGQ . You are receiving this because you authored the thread.Message ID: @.*** com>
Closes #94
Since we have moved from flake8 to ruff for linting, there's no need to set flake8-parameters.