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