diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50129b3b..c9b9803f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,13 +31,13 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.281 + rev: v0.0.287 hooks: - id: ruff args: ['--fix'] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.46.0 + rev: v8.48.0 hooks: - id: eslint files: \.tsx?$