diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11b40d5..0a802b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: [--py37-plus] diff --git a/changes/56.misc.rst b/changes/56.misc.rst new file mode 100644 index 0000000..248da6a --- /dev/null +++ b/changes/56.misc.rst @@ -0,0 +1 @@ +Updated ``pre-commit`` hooks to the latest version.