diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d67d407dd..b4f4dc767d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ repos: doc/data/messages/m/missing-final-newline/bad.py| )$ - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.253" + rev: "v0.0.254" hooks: - id: ruff args: ["--fix"] exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/ - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.253" + rev: "v0.0.254" hooks: - id: ruff name: line-length-doc @@ -116,7 +116,7 @@ repos: ] exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v3.0.0-alpha.6 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88]