From f16e096fd5a570d1937a0a8d0398031be68680a4 Mon Sep 17 00:00:00 2001 From: Martin Domke Date: Tue, 19 Sep 2023 23:54:04 +0200 Subject: [PATCH] chore: Update pre-commit tools --- .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 5f0ca92..8ec93c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/timothycrosley/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - - repo: https://gitlab.com/pycqa/flake8 - rev: 4.0.1 + - repo: https://github.com/pycqa/flake8 + rev: 6.1.0 hooks: - id: flake8 language_version: python3.10