From 3abe8d23464e726084c4576deb48fa658a06c9d6 Mon Sep 17 00:00:00 2001 From: expobrain Date: Mon, 18 Sep 2023 00:32:16 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92251d5..f63bb73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - flake8-bugbear - flake8-datetime-utcnow-plugin - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.11.0 hooks: - id: pyupgrade args: @@ -74,7 +74,7 @@ repos: - "-lll" - "tests" - repo: https://github.com/psf/black - rev: 23.9.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks