diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a1acfe..6e2fecc 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.11 + rev: v0.11.2 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/pyproject.toml b/pyproject.toml index 78964a1..e19aee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest>=8.3.4", "pytest-asyncio>=0.25.0", "pytest-mock>=3.14.0", - "ruff>=0.9.2" + "ruff" ] [build-system]