diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6e112c..f5e4a4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: no-commit-to-branch args: [--branch, main, --branch, dev] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.13.3' + rev: 'v0.14.10' hooks: - id: ruff args: [--fix]