From 1a3f81054fc6bc6e8ac66c006a62075b57553815 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:17:35 +0000 Subject: [PATCH 1/2] [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: 23.12.0 → 24.1.1](https://github.com/psf/black/compare/23.12.0...24.1.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32a77a5..46fc60d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.1.1 hooks: - id: black language_version: python3.8 From d76a843d6b9dccca93a2637c891a23c800152e9c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:18:08 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/command.py | 1 + tests/shared/test_task_interface.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/command.py b/tests/command.py index ccfa4d3..8d8fad3 100644 --- a/tests/command.py +++ b/tests/command.py @@ -1,4 +1,5 @@ """Helpers for testing commands.""" + from __future__ import print_function import logging import sys diff --git a/tests/shared/test_task_interface.py b/tests/shared/test_task_interface.py index 1304328..7fe6715 100644 --- a/tests/shared/test_task_interface.py +++ b/tests/shared/test_task_interface.py @@ -1,4 +1,5 @@ """Tests ensuring all task modules have a consistent interface.""" + import argparse import sys import pytest