Skip to content

Commit a5c5843

Browse files
committed
Update pre-commit hooks
1 parent a7ceeb9 commit a5c5843

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: [ "--drop-empty-cells",
2424
"--extra-keys 'metadata.language_info.version cell.metadata.jp-MarkdownHeadingCollapsed cell.metadata.pycharm'" ]
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.9.10
26+
rev: v0.11.8
2727
hooks:
2828
- id: ruff
2929
args: [ --fix ]

src/scippneutron/tof/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
33
# @author Simon Heybrock
44

5-
# flake8: noqa
6-
r"""
5+
"""
76
Specifics for chopper cascades and time, distance, and wavelength diagrams.
87
"""
98

109
from . import chopper_cascade
1110
from .diagram import TimeDistanceDiagram
1211

1312
__all__ = [
14-
'chopper_cascade',
1513
'TimeDistanceDiagram',
14+
'chopper_cascade',
1615
]

0 commit comments

Comments
 (0)