From 0729a884257c5727c7560235842e7bfb67bd5a57 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:24:30 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- eye2bids/edf2bids.py | 1 + eye2bids/logger.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7258df..48d3e49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: args: [--py38-plus] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black args: [--config, pyproject.toml] diff --git a/eye2bids/edf2bids.py b/eye2bids/edf2bids.py index 27dd086..7f1c863 100644 --- a/eye2bids/edf2bids.py +++ b/eye2bids/edf2bids.py @@ -1,4 +1,5 @@ """Main module for conversion of edf to bids compliant files.""" + from __future__ import annotations import json diff --git a/eye2bids/logger.py b/eye2bids/logger.py index a935948..effb302 100644 --- a/eye2bids/logger.py +++ b/eye2bids/logger.py @@ -1,4 +1,5 @@ """General logger for the eye2bids package.""" + from __future__ import annotations import logging