diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 838fa28d..90f0442d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -15,7 +15,7 @@ repos: - id: no-commit-to-branch args: [--branch, staging, --branch, main] - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -29,12 +29,12 @@ repos: - id: buildifier - id: buildifier-lint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: [types-requests==2.31.0.20240218] - repo: https://github.com/pre-commit/mirrors-eslint - rev: 'v9.0.0-beta.0' + rev: 'v9.0.0' hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx