diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0655ed31..9f54f32e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff args: @@ -33,7 +33,7 @@ repos: # isort rules get confused in the temporary files - --ignore=I - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.7.4 + rev: v3.8.1 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks @@ -44,7 +44,7 @@ repos: - id: check-executables-have-shebangs - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-eslint - rev: v10.0.0-beta.0 + rev: v10.0.0-rc.2 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx