diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2253daed..f9f20b83 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.3 + rev: v0.16.4 hooks: - id: ruff-format - id: ruff-check diff --git a/changes/821.misc.md b/changes/821.misc.md new file mode 100644 index 00000000..b38d70ba --- /dev/null +++ b/changes/821.misc.md @@ -0,0 +1 @@ +Updated from v0.16.3 to 0.16.4.