diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bf3639..ed93b05 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.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/changes/189.misc.rst b/changes/189.misc.rst new file mode 100644 index 0000000..9eb4606 --- /dev/null +++ b/changes/189.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``pyupgrade`` was updated to its latest version.