Skip to content

Commit eca4b51

Browse files
committed
Stamp rules with a version number
1 parent 4f6433f commit eca4b51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • oonipipeline/src/oonipipeline/analysis

oonipipeline/src/oonipipeline/analysis/rules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from dataclasses import dataclass
3030
from typing import List, Tuple
3131

32+
RULES_VERSION = 1
3233

3334
@dataclass(frozen=True)
3435
class Rule:

0 commit comments

Comments
 (0)