diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f9b05018..df0f8c60e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.13.3 + rev: v0.14.0 hooks: # Run the linter. - id: ruff diff --git a/lint.sh b/lint.sh index ad4f9946f..2e740c057 100755 --- a/lint.sh +++ b/lint.sh @@ -9,7 +9,7 @@ fi if [ "$ACTION" = "install" ]; then set -ex - pip install ruff==0.13.3 pyright==1.1.406 + pip install ruff==0.14.0 pyright==1.1.406 exit 0 fi