From cf1997d9e3364273a3c9e41dd43cd8a2c4d5b1ac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:32:08 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 21.5b2 → 21.11b1](https://github.com/psf/black/compare/21.5b2...21.11b1) - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](https://github.com/asottile/reorder_python_imports/compare/v2.5.0...v2.6.0) - [github.com/asottile/pyupgrade: v2.19.1 → v2.29.1](https://github.com/asottile/pyupgrade/compare/v2.19.1...v2.29.1) - [github.com/nbQA-dev/nbQA: 0.11.1 → 1.2.2](https://github.com/nbQA-dev/nbQA/compare/0.11.1...1.2.2) - [github.com/pycqa/isort: 5.8.0 → 5.10.1](https://github.com/pycqa/isort/compare/5.8.0...5.10.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ecce7df..0b4c7a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,21 +12,21 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 21.5b2 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 21.11b1 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/asottile/reorder_python_imports - rev: v2.5.0 + rev: v2.6.0 hooks: - id: reorder-python-imports - repo: https://github.com/asottile/pyupgrade - rev: v2.19.1 + rev: v2.29.1 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/nbQA-dev/nbQA - rev: 0.11.1 + rev: 1.2.2 hooks: - id: nbqa-black args: [--nbqa-mutate] @@ -35,6 +35,6 @@ repos: - id: nbqa-isort args: [--nbqa-mutate] - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.10.1 hooks: - id: isort