mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-02-14 18:47:44 +00:00
chore: saving the wip state
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
line-length = 80
|
||||
target-version = "py311"
|
||||
|
||||
[tool.ruff.lint]
|
||||
@@ -7,10 +7,10 @@ select = ["E", "F", "I", "B", "UP", "C4", "T20"]
|
||||
ignore = ["E501"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"test_*.py" = ["S101"]
|
||||
"*_test.py" = ["S101"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "single"
|
||||
quote-style = "double"
|
||||
indent-style = "space"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
||||
Reference in New Issue
Block a user