Skip to content

Commit b77dc8d

Browse files
committed
STY: fixed pre-commit
1 parent 4389147 commit b77dc8d

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/ambv/black
11-
rev: 26.1.0
11+
rev: 26.3.1
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/flake8
1515
rev: 7.3.0
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
19-
rev: 7.0.0
19+
rev: 8.0.1
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/kynan/nbstripout
23-
rev: 0.9.0
23+
rev: 0.9.1
2424
hooks:
2525
- id: nbstripout

bluesky_queueserver/manager/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
def to_boolean(value):
32
"""
43
Returns ``True`` or ``False`` if ``value`` is found in one of the lists of supported values.

docs/source/release_history.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Added
1010
-----
1111

1212
- New ``re_metadata`` manager API endpoint that allows clients to query the current Run Engine metadata
13-
dictionary. The metadata dictionary is filtered based on the list of permitted metadata keys defined
13+
dictionary. The metadata dictionary is filtered based on the list of permitted metadata keys defined
1414
in the manager configuration. If the list of permitted keys is empty, then all metadata keys are allowed.
1515

1616
- New CLI command ``qserver re metadata`` for querying the current Run Engine metadata dictionary.
1717

1818
- New ``permitted_re_metadata_keys`` parameter for RE Manager configuration that allows to control which
19-
metadata keys are allowed to be included in the messages sent by Run Engine callbacks.
20-
The option can be set using CLI parameter ``--permitted-re-metadata-keys`` or environment variable
19+
metadata keys are allowed to be included in the messages sent by Run Engine callbacks.
20+
The option can be set using CLI parameter ``--permitted-re-metadata-keys`` or environment variable
2121
``QSERVER_PERMITTED_RE_METADATA_KEYS``.
2222

2323
v0.0.24 (2026-01-21)

0 commit comments

Comments
 (0)