diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2df57a3..f3a889a 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/81.misc.rst b/changes/81.misc.rst new file mode 100644 index 0000000..248da6a --- /dev/null +++ b/changes/81.misc.rst @@ -0,0 +1 @@ +Updated ``pre-commit`` hooks to the latest version.