Fix Ruff failures (#5083)

This commit is contained in:
shashank-elastic
2025-09-10 22:24:07 +05:30
committed by GitHub
parent 822f649715
commit 6adee51410
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "detection_rules"
version = "1.3.32"
version = "1.3.33"
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Securitys Detection Engine."
readme = "README.md"
requires-python = ">=3.12"
+1 -1
View File
@@ -1293,7 +1293,7 @@ class TestBuildTimeFields(BaseRuleTest):
errors = []
for build_field, field_versions in build_fields.items():
start_ver, end_ver = field_versions
start_ver, _ = field_versions
# when a _new_ build time field is introduced, _all_ rules _must_ have a min_stack_version for the stack
# version in which the field was introduced. This is because the initial change will result in a hash
# change which is different because of the build time fields.