diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06d1b03..777c936 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: args: [--fix, lf] - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.253" + rev: "v0.0.254" hooks: - id: ruff - repo: https://github.com/PyCQA/isort @@ -27,6 +27,6 @@ repos: id: black args: ["--line-length", "79"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.4" + rev: "v3.0.0-alpha.6" hooks: - id: prettier