Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
rev: 26.1.0
hooks:
- id: black
args: [--line-length=99, --safe]
Expand Down
1 change: 0 additions & 1 deletion attune/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pathlib
import os


# ---- define -------------------------------------------------------------------------------------


Expand Down
1 change: 0 additions & 1 deletion attune/_holistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from ._plot import plot_holistic
from ._common import save


__all__ = ["holistic"]


Expand Down
1 change: 0 additions & 1 deletion attune/_intensity.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from ._plot import plot_intensity
from ._common import save


# --- processing methods --------------------------------------------------------------------------

__all__ = ["intensity"]
Expand Down
1 change: 0 additions & 1 deletion attune/_setpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from ._plot import plot_setpoint
from ._common import save


# --- processing methods --------------------------------------------------------------------------

__all__ = ["setpoint"]
Expand Down
1 change: 0 additions & 1 deletion attune/_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from enum import Enum
from typing import Any, Optional, Dict, TYPE_CHECKING


if TYPE_CHECKING:
import WrightTools as wt

Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import sphinx_gallery
import math


# --- define -------------------------------------------------------------------------------------


Expand Down
1 change: 0 additions & 1 deletion tests/Curve/read/2018-08-14/bugse.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import attune


__here__ = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/Curve/read/2019-02-08/lsizp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import attune


__here__ = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/Curve/read/2019-02-12/yxciu.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import attune


__here__ = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/TopasCurve/add/xkloo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import attune
import numpy as np


__here__ = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/TopasCurve/read/2018-10-26/niuce.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import tempfile
import numpy as np


__here__ = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/workup/intensity/test_intensity.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import numpy as np
import WrightTools as wt


__here__ = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/workup/setpoint/test_setpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import matplotlib.pyplot as plt


__here__ = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/workup/tune_test/test_tune_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import numpy as np
import pathlib


__here__ = pathlib.Path(__file__).parent


Expand Down