Skip to content

Commit 93f1866

Browse files
Pre-commit auto-update (#49)
* Pre-commit auto-update updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.0...v0.13.3) - [github.com/RobertCraigie/pyright-python: v1.1.405 → v1.1.406](RobertCraigie/pyright-python@v1.1.405...v1.1.406) - [github.com/astral-sh/uv-pre-commit: 0.8.17 → 0.8.23](astral-sh/uv-pre-commit@0.8.17...0.8.23) * update uv --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sean Budd <[email protected]>
1 parent 9470160 commit 93f1866

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repos:
7373

7474
- repo: https://github.com/astral-sh/ruff-pre-commit
7575
# Matches Ruff version in pyproject.
76-
rev: v0.13.0
76+
rev: v0.13.3
7777
hooks:
7878
- id: ruff
7979
name: lint with ruff
@@ -82,13 +82,13 @@ repos:
8282
name: format with ruff
8383

8484
- repo: https://github.com/RobertCraigie/pyright-python
85-
rev: v1.1.405
85+
rev: v1.1.406
8686
hooks:
8787
- id: pyright
8888
name: Check types with pyright
8989

9090
- repo: https://github.com/astral-sh/uv-pre-commit
91-
rev: 0.8.17
91+
rev: 0.8.23
9292
hooks:
9393
- id: uv-lock
9494
name: Verify uv lock file

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ configobj = { git = "https://github.com/DiffSK/configobj", rev = "8be54629ee7c26
7979

8080
[dependency-groups]
8181
lint = [
82-
"ruff==0.13.0",
82+
"ruff==0.13.3",
8383
"pre-commit==4.3.0",
84-
"pyright==1.1.405",
84+
"pyright==1.1.406",
8585
]
8686

8787
unit-tests = [

uv.lock

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

0 commit comments

Comments
 (0)