diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fca0483d..a2fe58e2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: '^docs' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -21,7 +21,7 @@ repos: hooks: - id: csslint - repo: https://github.com/pre-commit/mirrors-eslint - rev: 'v9.10.0' # Use the sha / tag you want to point at + rev: 'v9.15.0' # Use the sha / tag you want to point at hooks: - id: eslint additional_dependencies: @@ -35,6 +35,6 @@ repos: types_or: [javascript] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.6.5' + rev: 'v0.7.4' hooks: - id: ruff