diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a56f83807..71adb75daa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: - "max_line_length=120,retain_line_breaks=true,retain_line_breaks_single=true" - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.0 + rev: v2.11.1 hooks: - id: pyproject-fmt args: [--keep-full-version] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.4 hooks: - id: ruff-check - id: ruff-format diff --git a/doc/changelog.d/2362.maintenance.md b/doc/changelog.d/2362.maintenance.md new file mode 100644 index 0000000000..fa75b3e111 --- /dev/null +++ b/doc/changelog.d/2362.maintenance.md @@ -0,0 +1 @@ +Pre-commit automatic update