mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-12 08:22:29 +02:00
fix: harden windows CI tests and markdown lint
This commit is contained in:
parent
cbccb7fdc0
commit
e70c43bcd4
6 changed files with 51 additions and 20 deletions
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
## 归属
|
||||
|
||||
本行为准则改编自 \[贡献者公约]\[homepage] 2.0 版本,可访问
|
||||
本行为准则改编自 [贡献者公约][homepage] 2.0 版本,可访问
|
||||
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html> 获取。
|
||||
|
||||
社区影响指南的灵感来源于 [Mozilla 的行为准则执行阶梯](https://github.com/mozilla/diversity)。
|
||||
|
|
|
|||
|
|
@ -315,6 +315,6 @@ result = "".join(str(item) for item in items)
|
|||
| 海象运算符 (`:=`) | 3.8+ |
|
||||
| 仅限位置参数 | 3.8+ |
|
||||
| Match 语句 | 3.10+ |
|
||||
| 类型联合 (\`x | None\`) | 3.10+ |
|
||||
| 类型联合 (`x \| None`) | 3.10+ |
|
||||
|
||||
确保你的项目 `pyproject.toml` 或 `setup.py` 指定了正确的最低 Python 版本。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue