Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ extend-exclude = [
"core/bench/dashboard/frontend/dist",
# WireMock test fixtures with base64-encoded JWT data
"**/wiremock/__files/*.json",
"**/.python-version",
]
1 change: 1 addition & 0 deletions bdd/python/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
3 changes: 0 additions & 3 deletions examples/python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,4 @@ docs/_build/
# VSCode
.vscode/

# Pyenv
.python-version

Cargo.lock
1 change: 1 addition & 0 deletions examples/python/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
2 changes: 0 additions & 2 deletions foreign/python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,5 @@ docs/_build/
# VSCode
.vscode/

# Pyenv
.python-version

Cargo.lock
1 change: 1 addition & 0 deletions foreign/python/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
10 changes: 10 additions & 0 deletions foreign/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@ filterwarnings = [

[tool.uv]
exclude-newer = "7 days"
cache-keys = [
{ file = "pyproject.toml" },
{ file = "Cargo.toml" },
{ file = "Cargo.lock" },
{ file = "../../Cargo.toml" },
{ file = "../../Cargo.lock" },
{ file = "src/**/*.rs" },
Comment thread
slbotbm marked this conversation as resolved.
{ file = "../../core/**/Cargo.toml" },
{ file = "../../core/**/*.rs" },
]

[tool.pyrefly]
search-path = ["."]
Expand Down
1 change: 1 addition & 0 deletions licenserc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ excludes = [
"**/.gitkeep",
"**/META-INF/services/**",
".github/config/hawkeye.version",
"**/.python-version",
]

[mapping.DOUBLESLASH_STYLE]
Expand Down
Loading