Skip to content

Commit

Permalink
Remove main, format code
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkoehler committed Feb 20, 2024
1 parent aaf5f25 commit 7d18dc6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.10.1"
rev: 24.2.0
hooks:
- id: black-jupyter

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ module = [
"mpl_toolkits.axes_grid1",
"numba",
"numpy",
"pandas",
"plotly",
"pte_stats",
"pybv",
Expand Down
11 changes: 0 additions & 11 deletions src/pte/main.py

This file was deleted.

1 change: 1 addition & 0 deletions src/pte/pipelines/pipelines.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module for predefined processing pipelines."""

from collections.abc import Sequence
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions src/pte/preprocessing/annotation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module for annotating Raw objects and other data."""

import mne


Expand Down
1 change: 1 addition & 0 deletions tests/test_import.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test import of pte"""

import pte


Expand Down

0 comments on commit 7d18dc6

Please sign in to comment.