diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc42659..e0b5222 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.8.1 hooks: - id: ruff args: ['--fix'] @@ -42,7 +42,7 @@ repos: - id: prettier - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.14.0 + rev: v9.16.0 hooks: - id: eslint files: \.tsx?$