From a1e9ab8360a16a7fa6927e0256fa9faaf0b29e0f Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Tue, 26 Sep 2023 18:13:03 +0200 Subject: [PATCH] Update versions --- .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 97b41fe..62fca7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/keewis/blackdoc @@ -25,15 +25,15 @@ repos: exclude: generate_reductions.py additional_dependencies: [black==22.3.0] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.7.0 + rev: v2.10.0 hooks: - id: pretty-format-yaml args: [--autofix]