From 9aa164d2a404458be66a9fbf4fd2fec1de2beafc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:57:21 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#758) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 561c2ab4..1a8ac2e8 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-merge-conflict - repo: https://github.com/asottile/yesqa @@ -12,12 +12,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '23.7.0' + rev: '23.10.1' hooks: - id: black language_version: python3 # Should be a command that runs python - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: end-of-file-fixer exclude: >- @@ -51,7 +51,7 @@ repos: - id: flake8 exclude: "^docs/" - repo: https://github.com/asottile/pyupgrade - rev: 'v3.10.1' + rev: 'v3.15.0' hooks: - id: pyupgrade args: ['--py36-plus']