From 937ef29dc5af15dd6a6938060e84052b1bf11bfd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 01:08:38 +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/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.4.0) - [github.com/psf/black: 21.5b2 → 23.3.0](https://github.com/psf/black/compare/21.5b2...23.3.0) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.5.0 → v3.10.0](https://github.com/asottile/reorder-python-imports/compare/v2.5.0...v3.10.0) - [github.com/asottile/pyupgrade: v2.19.1 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v2.19.1...v3.8.0) - [github.com/nbQA-dev/nbQA: 0.11.1 → 1.7.0](https://github.com/nbQA-dev/nbQA/compare/0.11.1...1.7.0) - [github.com/pycqa/isort: 5.8.0 → 5.12.0](https://github.com/pycqa/isort/compare/5.8.0...5.12.0) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ecce7df..ee731df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -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: 23.3.0 # 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 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.10.0 hooks: - id: reorder-python-imports - repo: https://github.com/asottile/pyupgrade - rev: v2.19.1 + rev: v3.8.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/nbQA-dev/nbQA - rev: 0.11.1 + rev: 1.7.0 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.12.0 hooks: - id: isort