diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49f9417f..ba9b740d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,8 +13,8 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.10 + rev: v0.14.0 hooks: - - id: ruff + - id: ruff-check args: [--fix, --show-fixes, --exit-non-zero-on-fix] - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index fb171b1b..112bbbf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ spacy = [ test = [ "pytest>=5.4.3", "pytest-cov>=2.6.1", - "ruff~=0.4.7", + "ruff~=0.14.0", ] use = [ "tensorflow",