Skip to content

Commit 4e9d5cc

Browse files
authored
Bump ruff from 0.8.3 to 0.9.9 (#252)
2 parents 0ba6c45 + ff1c9f8 commit 4e9d5cc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
dev = [
4747
'Sphinx==8.1.3',
4848
'coverage==7.6.9',
49-
'ruff==0.8.3',
49+
'ruff==0.9.9',
5050
]
5151
astropy = [
5252
'astropy>=5.0.0',

sapphire/analysis/coincidence_queries.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,7 @@ def _get_reconstruction(self, coincidence):
254254
return reconstruction
255255
else:
256256
raise RuntimeError(
257-
'Coincidences are not (properly) reconstructed.'
258-
'Perform reconstructions and reinitialize this '
259-
'class.',
257+
'Coincidences are not (properly) reconstructed.Perform reconstructions and reinitialize this class.',
260258
)
261259

262260
def all_events(self, coincidences, n=0):

0 commit comments

Comments
 (0)