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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
args: [-b, main]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0
rev: 26.1.0
hooks:
- id: black
name: black
Expand All @@ -18,7 +18,7 @@ repos:
types: [python]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.19.0
rev: v1.19.1
hooks:
- id: mypy
exclude: ^tests/.*
Expand Down
1 change: 0 additions & 1 deletion tests/abstract_method/test_abstract_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import yaqc
from yaqd_core import testing


here = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/connection/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "connection.toml"
pyfile = config.with_suffix(".py")

Expand Down
1 change: 0 additions & 1 deletion tests/continuous_hardware/test_continuous_hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
1 change: 0 additions & 1 deletion tests/discrete_hardware/test_discrete_hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
1 change: 0 additions & 1 deletion tests/fake_camera/test_fake_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
1 change: 0 additions & 1 deletion tests/fake_furnace/test_fake_furnace.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
1 change: 0 additions & 1 deletion tests/fake_has_turret/test_fake_has_turret.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
1 change: 0 additions & 1 deletion tests/fake_sensor/test_fake_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
1 change: 0 additions & 1 deletion tests/fake_spectrometer/test_fake_spectrometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
1 change: 0 additions & 1 deletion tests/mro/test_mro.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import yaqc
from yaqd_core import testing


here = pathlib.Path(__file__).parent


Expand Down
1 change: 0 additions & 1 deletion tests/ndarray/test_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import yaqc
from yaqd_core import testing


pyfile = pathlib.Path(__file__).parent / "NdarrayTestDaemon.py"
config = pyfile.with_suffix(".toml")

Expand Down
1 change: 0 additions & 1 deletion tests/triggered_sensor/test_triggered_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import yaqd_core
from yaqd_core import testing


config = pathlib.Path(__file__).parent / "config.toml"


Expand Down
1 change: 0 additions & 1 deletion yaqc/yaqc/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pathlib
import subprocess


here = pathlib.Path(__file__).resolve().parent


Expand Down
1 change: 0 additions & 1 deletion yaqc/yaqc/_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from ._schema import handshake_request, handshake_response


BUFFSIZE = 4096


Expand Down
1 change: 0 additions & 1 deletion yaqd-core/yaqd_core/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pathlib
import subprocess


here = pathlib.Path(__file__).resolve().parent

__all__ = ["__version__", "__branch__", "__avro_version__"]
Expand Down
1 change: 0 additions & 1 deletion yaqd-core/yaqd_core/logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import logging


# Log levels as defined by sd-daemon(3)
DEBUG = logging.DEBUG
INFO = logging.INFO
Expand Down
1 change: 0 additions & 1 deletion yaqd-core/yaqd_core/testing/_run_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import subprocess
import time


__all__ = ["run_daemon_entry_point", "run_daemon_from_file"]


Expand Down
1 change: 0 additions & 1 deletion yaqd-fakes/yaqd_fakes/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pathlib
import subprocess


here = pathlib.Path(__file__).resolve().parent


Expand Down