diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 108606b7..3d0f78a3 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.7.2 + rev: v0.8.6 hooks: - id: ruff args: @@ -24,7 +24,7 @@ repos: # than ruff itself # but has trouble with isort rules - repo: https://github.com/nbQA-dev/nbQA - rev: 1.9.0 + rev: 1.9.1 hooks: - id: nbqa-ruff-format - id: nbqa-ruff-check @@ -44,7 +44,7 @@ repos: - id: check-executables-have-shebangs - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.14.0 + rev: v9.17.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx