Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jan 14, 2025
1 parent 51f4a92 commit 80d38ad
Show file tree
Hide file tree
Showing 3 changed files with 27,542 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,17 @@ exclude = [
"./plugins/nonebot-plugin-rimofun/nonebot_plugin_rimofun/bnhhsh",
"./plugins/nonebot-plugin-rimofun/nonebot_plugin_rimofun/not_translator",
]
executionEnvironments = [
{ root = "typings/skia", reportIncompatibleMethodOverride = false, reportSelfClsParameterName = false },
{ root = "." },
]

[tool.ruff]
target-version = "py39"
extend-exclude = [
"./plugins/nb-cli-plugin-bootstrap/nb_cli_plugin_bootstrap/templates/bootstrap",
"./plugins/nonebot-plugin-rimofun/nonebot_plugin_rimofun/bnhhsh",
"./plugins/nonebot-plugin-rimofun/nonebot_plugin_rimofun/not_translator",
"./plugins/nb-cli-plugin-bootstrap/nb_cli_plugin_bootstrap/templates/bootstrap",
]

[tool.ruff.format]
Expand Down Expand Up @@ -162,6 +166,7 @@ select = [
]

[tool.ruff.lint.per-file-ignores]
"typings/skia/*" = ["A002", "E743", "N8", "PLW0211", "PYI021", "PYI034"]

[tool.ruff.lint.isort]
combine-as-imports = true
Expand Down
Loading

0 comments on commit 80d38ad

Please sign in to comment.