diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 809f4c630..f7c1f01dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: docformatter args: [--in-place, --black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - id: ruff-format - id: ruff-check diff --git a/changes/2996.misc.md b/changes/2996.misc.md new file mode 100644 index 000000000..a63326455 --- /dev/null +++ b/changes/2996.misc.md @@ -0,0 +1 @@ +Updated from v0.16.0 to 0.16.1.