Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is for you! Please, updated to the versions agreed by your team.

gitleaks 8.18.4
# terraform 1.7.0
pre-commit 3.6.0
# vale 3.6.0
Expand All @@ -8,7 +9,7 @@ pre-commit 3.6.0
# The section below is reserved for Docker image versions.

# TODO: Move this section - consider using a different file for the repository template dependencies.
# docker/ghcr.io/anchore/grype v0.69.1@sha256:d41fcb371d0af59f311e72123dff46900ebd6d0482391b5a830853ee4f9d1a76 # SEE: https://github.com/anchore/grype/pkgs/container/grype
# docker/ghcr.io/anchore/grype v0.112.0@sha256:391bfda62888fb4e98ff5c4c81598f7431a3c1eac3f8519d69d1ff00df247c1d # SEE: https://github.com/anchore/grype/pkgs/container/grype
# docker/ghcr.io/anchore/syft v0.92.0@sha256:63c60f0a21efb13e80aa1359ab243e49213b6cc2d7e0f8179da38e6913b997e0 # SEE: https://github.com/anchore/syft/pkgs/container/syft
# docker/ghcr.io/gitleaks/gitleaks v8.18.0@sha256:fd2b5cab12b563d2cc538b14631764a1c25577780e3b7dba71657d58da45d9d9 # SEE: https://github.com/gitleaks/gitleaks/pkgs/container/gitleaks
# docker/ghcr.io/igorshubovych/markdownlint-cli v0.37.0@sha256:fb3e79946fce78e1cde84d6798c6c2a55f2de11fc16606a40d49411e281d950d # SEE: https://github.com/igorshubovych/markdownlint-cli/pkgs/container/markdownlint-cli
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
[project]
name = "munge-bsis-test-data"
version = "0.1.0"
requires-python = ">=3.12"

[tool.black]
line-length = 120

[dependency-groups]
dev = [
"jupyter==1.1.1",
"jupyter-black==0.4.0",
"pandas==2.3.1",
]

This file was deleted.

1,801 changes: 1,801 additions & 0 deletions projects/DSTA-0000--bsr-design-sprint--munge-bsis-test-data/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[project]
name = "dtoss-9018-spike-writing-from-our-laptop-to-actual-fdp-data-sets"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = []

[dependency-groups]
dev = [
"foundry-platform-sdk==1.9.0",
"python-dotenv==1.1.0",
"requests==2.32.3",
]

This file was deleted.

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions projects/palantir-foundry-play/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[project]
name = "palantir-foundry-play"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = []

[dependency-groups]
dev = [
"foundry-platform-sdk==0.116.0",
"python-dotenv==1.1.0",
]
2 changes: 0 additions & 2 deletions projects/palantir-foundry-play/requirements.txt

This file was deleted.

199 changes: 199 additions & 0 deletions projects/palantir-foundry-play/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/config/gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ regexes = [
]

[allowlist]
paths = ['''.terraform.lock.hcl''', '''poetry.lock''', '''yarn.lock''']
paths = ['''.terraform.lock.hcl''', '''poetry.lock''', '''yarn.lock''', '''uv.lock''']
Loading