mirror of
https://github.com/Paillat-dev/esc-dramatic-unpause.git
synced 2026-01-02 01:06:21 +00:00
Add ESC data and improve scoring system functionality
This commit is contained in:
@@ -13,6 +13,7 @@ dependencies = [
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"basedpyright>=1.29.2",
|
||||
"orjson>=3.10.18",
|
||||
"ruff>=0.11.13",
|
||||
]
|
||||
|
||||
@@ -38,3 +39,13 @@ docstring-code-line-length = "dynamic"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["ALL"]
|
||||
ignore = [
|
||||
"PLR0915",
|
||||
"D100",
|
||||
"D104",
|
||||
"COM812",
|
||||
"D213",
|
||||
"D203",
|
||||
"ISC003" # conflicts with basedpyright reportImplicitStringConcatenation"
|
||||
]
|
||||
per-file-ignores = { "tests/**/*" = ["S101", "BLE001"] }
|
||||
Reference in New Issue
Block a user