diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15d4ce59d..6a417fbdd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.48.0 + rev: v8.49.0 hooks: - id: eslint args: [--fix] @@ -28,7 +28,7 @@ repos: - eslint@latest - eslint-config-prettier - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -42,7 +42,7 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.0.287" + rev: "v0.0.288" hooks: - id: ruff args: [--fix]