From 8121a2ce4e9349d9340da3614054e6aa421fa339 Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Thu, 2 Nov 2023 17:32:17 -0400 Subject: [PATCH] Manually update pre-commit hooks to latest versions --- .pre-commit-config.yaml | 8 ++++---- changes/63.misc.rst | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 changes/63.misc.rst diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d4f3ab..36f8bb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-toml - id: check-yaml @@ -14,15 +14,15 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 diff --git a/changes/63.misc.rst b/changes/63.misc.rst new file mode 100644 index 0000000..b16341b --- /dev/null +++ b/changes/63.misc.rst @@ -0,0 +1 @@ +The pre-commit hooks were updated to their latest versions.