mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 11:44:19 +01:00
Ruff pre-commit max line length (#441)
* test ruff * test * test * ruff * remove line break * remove black configuration
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user