[pre-commit.ci] pre-commit autoupdate (#2869)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f23dfd..be4feaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -10,7 +10,7 @@ - id: end-of-file-fixer exclude: tests/testdata - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.0" + rev: "v0.14.1" hooks: - id: ruff-check args: ["--fix"] @@ -81,6 +81,6 @@ - id: prettier args: [--prose-wrap=always, --print-width=88] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.10.0" + rev: "v2.11.0" hooks: - id: pyproject-fmt