From 2920922b2a2bf06182f0e391f7afe59f260000ee Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 19:33:27 +0000 Subject: [PATCH] chore: [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/MarcoGorelli/absolufy-imports: v0.3.0 → v0.3.1](https://github.com/MarcoGorelli/absolufy-imports/compare/v0.3.0...v0.3.1) - [github.com/nbQA-dev/nbQA: 1.2.2 → 1.2.3](https://github.com/nbQA-dev/nbQA/compare/1.2.2...1.2.3) --- .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 9e347c245a..1b84c0fcc6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: args: ["--py37-plus"] - repo: https://github.com/MarcoGorelli/absolufy-imports - rev: v0.3.0 + rev: v0.3.1 hooks: - id: absolufy-imports @@ -52,7 +52,7 @@ repos: - id: flake8 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.2.2 + rev: 1.2.3 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.31.0]