Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Matches Ruff version in pyproject.
rev: v0.14.5
rev: v0.14.14
hooks:
- id: ruff
name: lint with ruff
Expand All @@ -110,15 +110,15 @@ repos:
name: format with ruff

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.11
rev: 0.9.27
hooks:
- id: uv-lock
name: Verify uv lock file
# Override python interpreter from .python-versions as that is too strict for pre-commit.ci
args: ["-p3.13"]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.18.1
rev: v0.20.0
hooks:
- id: markdownlint-cli2
name: Lint markdown files
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ dev = [
"py2exe==0.14.0.0",
"setuptools~=80.9",
"nvda-mathcat",
"uv==0.9.11",
"uv==0.9.27",
]
lint = [
"ruff==0.14.5",
"ruff==0.14.14",
Comment on lines +322 to +325
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SaschaCowley - please make sure to update changes for developers in changes.md

"pre-commit==4.2.0",
"pyright[nodejs]==1.1.407",
]
Expand Down
24 changes: 12 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading