mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02: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:
Notes:
github-actions[bot]
2025-06-09 21:50:36 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/ba58c7ecf9e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5043
@@ -1,6 +1,3 @@
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
|
||||
Reference in New Issue
Block a user