From 03c7c61f45915726ea58ca93b229c8025ab499cd Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:15:19 +0100 Subject: [PATCH] Ruff pre-commit max line length (#441) * test ruff * test * test * ruff * remove line break * remove black configuration --- pyproject.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 71eb9b4..ae10cbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,18 +55,8 @@ mint = "cashu.mint.main:main" cashu = "cashu.wallet.cli.cli:cli" wallet-test = "tests.test_wallet:test" - -[tool.black] -line-length = 88 - -# previously experimental-string-processing = true -# this should autoformat string properly but does not work -preview = true - - [tool.ruff] -# Same as Black. but black has a 10% overflow rule -line-length = 150 +line-length = 88 show-fixes = true [tool.ruff.lint]