diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ead81ec..ffe896dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - "max_line_length=80,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] @@ -48,7 +48,7 @@ repos: - id: check-github-workflows - 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/source/changelog/97.miscellaneous.md b/doc/source/changelog/97.miscellaneous.md new file mode 100644 index 00000000..49457b88 --- /dev/null +++ b/doc/source/changelog/97.miscellaneous.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate