summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 93d688a..de6951c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ATRI"
-version = "001.106.01"
+version = "001.107.01"
description = "A project for ATRI, Usage go-CQHTTP + Nonebot2."
authors = ["Kyomotoi <[email protected]>"]
license = "GPLv3"
@@ -39,6 +39,9 @@ name = "tsinghua-mirror"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true
+[tool.poetry.group.dev.dependencies]
+black = {version = "^22.8.0", allow-prereleases = true}
+
[tool.pytest.ini_options]
addopts = '-p no:warnings'