diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml index 2f9074b..d0ad15d 100644 --- a/python/.pre-commit-config.yaml +++ b/python/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff - repo: https://github.com/RobertCraigie/pyright-python diff --git a/python/pyproject.toml.j2 b/python/pyproject.toml.j2 index 545356b..21fc6b0 100644 --- a/python/pyproject.toml.j2 +++ b/python/pyproject.toml.j2 @@ -291,7 +291,7 @@ dev = [ "pyright==1.1.408", "pytest==8.4.2", "rope==1.14.0", - "ruff==0.14.10", + "ruff==0.14.14", "setuptools-scm==9.2.2", "toml==0.10.2", "tox-pdm==0.7.2",