-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (35 loc) · 962 Bytes
/
pyproject.toml
File metadata and controls
45 lines (35 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[tool.poetry]
name = "nonebot-plugin-rename"
version = "1.7.1"
description = "更改qq机器人的群名片,内置多种有趣名片"
authors = ["forchannot <yy320206@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"
packages = [{include = "nonebot_plugin_rename"}]
[tool.poetry.dependencies]
python = "^3.8"
httpx = ">=0.20.0, <1.0.0"
nonebot-adapter-onebot = "^2.2.2"
nonebot-plugin-apscheduler = "^0.2.0"
psutil = "^5.9.5"
pyyaml = "^6.0"
pillow = ">=9.5,<11.0"
nonebot2 = "^2.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
line-length = 88
target-version = "py38"
[tool.ruff.lint]
select = ["E", "W", "F", "UP", "C", "T", "PYI", "PT", "Q"]
ignore = ["E402", "C901", "UP037"]
[tool.ruff.lint.flake8-pytest-style]
fixture-parentheses = false
mark-parentheses = false
[tool.isort]
profile = "black"
line_length = 88
length_sort = true
skip_gitignore = true
force_sort_within_sections = true