fixed async file reads
All checks were successful
CI / Build Pip package (push) Successful in 15s
CI / Build Docker image (push) Successful in 3m27s

This commit is contained in:
2024-10-21 19:24:32 +08:00
parent 5229ed167b
commit 011042bc15
8 changed files with 45 additions and 23 deletions

View File

@@ -58,3 +58,4 @@ exclude = ["scripts", "docs", "test"]
strict = true
[tool.setuptools_scm]
version_file = "src/bugis/_version.py"