Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Mar 15, 2024
1 parent 3842597 commit a72c3ed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lock-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git commit -m "lock deps" -a || exit 0
git add .
git commit -m "lock deps" || exit 0
git push
2 changes: 1 addition & 1 deletion others/bawiki-data
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dev = [
"pip>=23.2",
# tools
"ruff>=0.0.278",
"pytest>=8.1.1",
"pytest-asyncio>=0.23.5.post1",
# nonebot
"nonebot2[all]>=2.2.0",
"nonebot-adapter-onebot>=2.4.0",
Expand Down Expand Up @@ -56,6 +58,9 @@ exclude = [
"./packages/nonebot-plugin-rimofun/nonebot_plugin_rimofun/bnhhsh",
"./packages/nonebot-plugin-rimofun/nonebot_plugin_rimofun/not_translator",
]
defineConstant = { PYDANTIC_V2 = true }
typeCheckingMode = "basic"
reportShadowedImports = false

[tool.ruff]
extend-exclude = [
Expand Down

0 comments on commit a72c3ed

Please sign in to comment.