mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
Meta: Remove black configuration
I left this here originally thinking that black and ruff are compatible, so either could be used as a local formatter. But it turns that while code formatted with ruff will be unchanged by black, the reverse is not always true. So let's just enforce using ruff.
This commit is contained in:
parent
3139f6a25a
commit
ba58c7ecf9
Notes:
github-actions[bot]
2025-06-09 21:50:36 +00:00
Author: https://github.com/trflynn89
Commit: ba58c7ecf9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5043
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue