Skip to content

Commit 8a0d3cb

Browse files
Update modules
1 parent cd21f5e commit 8a0d3cb

6 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@ poetry.toml
243243

244244
# ruff
245245
.ruff_cache/
246-
vendor
246+
vendor/dist
247+
vendor/venv
248+
vendor/aws/install
247249

248250
# LSP config files
249251
pyrightconfig.json

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,3 @@
3838
[submodule "vendor/aws/aws-c-sdkutils"]
3939
path = vendor/aws/aws-c-sdkutils
4040
url = https://github.com/awslabs/aws-c-sdkutils.git
41-
[submodule "cwalk"]
42-
path = cwalk
43-
url = https://github.com/likle/cwalk

vendor/arrow

Submodule arrow added at c2fb0e3

vendor/aws/aws-lc

Submodule aws-lc added at 8a9ebcf

vendor/aws/s2n-tls

Submodule s2n-tls added at f21c94b

vendor/npy_array

Submodule npy_array added at c739d79

0 commit comments

Comments
 (0)