使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Kosmorro
/
kosmorro
镜像自地址
https://github.com/Kosmorro/kosmorro
关注
1
点赞
0
派生
0
代码
工单
版本发布
33
动态
浏览代码
Merge remote-tracking branch 'origin/master' into features
pull/348/head
Jérôme Deuchnord
1年前
父节点
1afc21b1eb
89c7975f79
当前提交
ee8adab682
共有
4 个文件被更改
,包括
4 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
.github/workflows/semantic-pr.yml
+1
-0
.github/workflows/tests.yml
+1
-1
poetry.lock
+1
-1
pyproject.toml
+ 1
- 1
.github/workflows/semantic-pr.yml
查看文件
@@ -12,6 +12,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.
3
.0
- uses: amannn/action-semantic-pull-request@v5.
4
.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ 1
- 0
.github/workflows/tests.yml
查看文件
@@ -24,6 +24,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
+ 1
- 1
poetry.lock
查看文件
@@ -563,4 +563,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "
c4ea6764d51184cd75ab355a43a9ec22a0da2a4e63716f66661cc1b76a50fa4c
"
content-hash = "
094c7f7be5e4d002d41e4fc8fc74851fae5e97c2ea7454883a9111b43355dedb
"
+ 1
- 1
pyproject.toml
查看文件
@@ -25,7 +25,7 @@ importlib-metadata = ">=4.11,<7.0"
openlocationcode = "^1.0"
[tool.poetry.dev-dependencies]
black = "^23.1
0
"
black = "^23.1
1
"
pytest = "^7.4"
aurornis = "^1.5"
撰写
预览
|
|
|
|
|
|
x
0
0
0:0
正在加载...
取消
保存