From c806fe485f8013a7a51d1e5f77be09290efdb884 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:50:37 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.6.0 → v2.7.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.6.0...v2.7.0) - [github.com/nbQA-dev/nbQA: 1.6.1 → 1.6.3](https://github.com/nbQA-dev/nbQA/compare/1.6.1...1.6.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 a4de3195..78db9770 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.6.0 + rev: v2.7.0 hooks: - id: pretty-format-yaml args: [--autofix, --preserve-quotes] @@ -33,7 +33,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.6.1 + rev: 1.6.3 hooks: - id: nbqa-black additional_dependencies: [black]