diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6088958..942dac8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,19 +11,19 @@ repos: args: ["--autofix", "--indent=2", "--no-sort-keys"] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.4.2 hooks: - id: black args: ["--line-length", "100"] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.260" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.4.8" hooks: - id: ruff args: ["--fix"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.8.5 hooks: - id: nbqa-ruff args: ["--fix"] @@ -35,7 +35,7 @@ repos: args: ["--py37-plus"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier language_version: system @@ -51,7 +51,7 @@ repos: )$" - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier name: prettier-markdown