Skip to content

Commit f2cafdc

Browse files
committed
add tomlkit dev dependency for version locking
1 parent 627886c commit f2cafdc

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions: read-all
44

55
on:
66
push:
7-
branches: main
7+
# branches: main
88
pull_request:
99
workflow_dispatch:
1010
inputs:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ dev = [
183183
"pytest-timeout>=2.3.1",
184184
"ruff>=0.9.10",
185185
"pywinpty>=2.0.14; sys_platform == 'win32'",
186+
"tomlkit>=0.13.2",
186187
]
187188
docs = [
188189
"doc8>=1.1.2",

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)