We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f280d4a commit 5fedcb2Copy full SHA for 5fedcb2
Scripts/o2_linter.py
@@ -465,7 +465,7 @@ class TestPdgExplicitMass(TestSpec):
465
name = "pdg/explicit-mass"
466
message = "Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead."
467
suffixes = [".h", ".cxx"]
468
- masses = [] # list of mass values to detect
+ masses: "list[str]" = [] # list of mass values to detect
469
470
def __init__(self) -> None:
471
super().__init__()
0 commit comments