Skip to content

Commit 03945fe

Browse files
authored
Merge branch 'main' into limit_return_fields
2 parents b997389 + dddac5b commit 03945fe

File tree

5 files changed

+371
-8
lines changed

5 files changed

+371
-8
lines changed

.github/wordlist.txt

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
APIs
2+
AMR
23
Bader's
34
CLI
45
Config
56
Deserializing
7+
Docstrings
8+
EntraID
69
FastAPI
710
HashModel
811
Homebrew
912
JSON
1013
JsonModel
14+
Linters
1115
MacOS
1216
OM's
1317
ORM
18+
OSS
1419
Pipenv
1520
PrimaryKeyCreator
1621
Pydantic
1722
Pydantic
1823
Pydantic's
1924
README
2025
README.md
26+
Redi
2127
RediSearch
2228
RediSearch
2329
RedisJSON
@@ -27,20 +33,30 @@ TOC
2733
ULIDs
2834
UlidPrimaryKey
2935
WSL
36+
aredis
3037
async
3138
asyncio
3239
cls
40+
codebase
41+
conftest
3342
coroutines
3443
doctoc
44+
docstrings
45+
entraid
3546
fastapi
47+
http
3648
indexable
3749
io
50+
isort
3851
js
3952
localhost
4053
md
54+
metamodel
4155
migrator
56+
mypy
4257
py
4358
pyenv
59+
pytest
4460
redis
4561
redisearch
4662
redisjson
@@ -54,9 +70,4 @@ unix
5470
utf
5571
validator
5672
validators
57-
virtualenv
58-
http
59-
AMR
60-
EntraID
61-
entraid
62-
metamodel
73+
virtualenv

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
make test
145145
poetry run coverage xml
146146
- name: Upload coverage
147-
uses: codecov/codecov-action@v4
147+
uses: codecov/codecov-action@v5
148148
with:
149149
file: ./coverage.xml
150150
flags: unit

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v4
1010
- name: Check Spelling
11-
uses: rojopolis/spellcheck-github-actions@0.44.0
11+
uses: rojopolis/spellcheck-github-actions@0.48.0
1212
with:
1313
config_path: .github/spellcheck-settings.yml
1414
task_name: Markdown

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,5 @@ tests_sync/
149149
.tool-versions
150150

151151
.vscode/
152+
CLAUDE.md
153+
.claude/settings.local.json

0 commit comments

Comments
 (0)