Skip to content

Commit 364aa27

Browse files
committed
Merge origin/main
2 parents d4fe42e + 6115e7e commit 364aa27

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
cache-dependency-glob: '**/pyproject.toml'
3535

3636
- name: Lint
37+
# Use bash to ensure the step fails if any command fails.
38+
# PowerShell does not fail on intermediate command failures by default.
39+
shell: bash
3740
run: |
3841
uv run --extra=dev prek run --all-files --hook-stage pre-commit --verbose
3942
uv run --extra=dev prek run --all-files --hook-stage pre-push --verbose

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,45 +41,45 @@ optional-dependencies.dev = [
4141
"check-manifest==0.51",
4242
"deptry==0.24.0",
4343
"doc8==2.0.0",
44-
"doccmd==2026.1.3.2",
44+
"doccmd==2026.1.22.1",
4545
"freezegun==1.5.5",
4646
"furo==2025.12.19",
4747
"interrogate==1.7.0",
4848
"mypy[faster-cache]==1.19.1",
4949
"mypy-strict-kwargs==2026.1.12",
50-
"prek==0.2.27",
50+
"prek==0.3.0",
5151
"pydocstringformatter==0.7.3",
5252
"pydocstyle==6.3",
5353
"pygments==2.19.2",
5454
"pylint[spelling]==4.0.4",
5555
"pylint-per-file-ignores==3.2.0",
5656
"pyproject-fmt==2.11.1",
57-
"pyrefly==0.47.0",
57+
"pyrefly==0.49.0",
5858
"pyright==1.1.408",
5959
"pyroma==5.0.1",
6060
"pytest==9.0.2",
6161
"pytest-cov==7.0.0",
6262
"pyyaml==6.0.3",
63-
"ruff==0.14.11",
63+
"ruff==0.14.14",
6464
# We add shellcheck-py not only for shell scripts and shell code blocks,
6565
# but also because having it installed means that ``actionlint-py`` will
6666
# use it to lint shell commands in GitHub workflow files.
6767
"shellcheck-py==0.11.0.1",
6868
"shfmt-py==3.12.0.2",
69-
"sphinx==8.2.3",
69+
"sphinx==9.1.0",
7070
"sphinx-copybutton==0.5.2",
7171
"sphinx-lint==1.0.2",
7272
"sphinx-pyproject==0.3.0",
7373
"sphinx-substitution-extensions==2026.1.12",
7474
"sphinxcontrib-spelling==8.0.2",
7575
"sybil==9.3.0",
76-
"ty==0.0.11",
76+
"ty==0.0.13",
7777
"types-requests==2.32.4.20260107",
7878
"vulture==2.14",
7979
"vws-python-mock==2025.3.10.1",
8080
"vws-test-fixtures==2023.3.5",
8181
"yamlfix==1.19.1",
82-
"zizmor==1.20.0",
82+
"zizmor==1.22.0",
8383
]
8484
optional-dependencies.release = [ "check-wheel-contents==0.6.3" ]
8585
urls.Documentation = "https://vws-python.github.io/vws-python/"

0 commit comments

Comments
 (0)