Skip to content

Commit 67d8ee9

Browse files
shashank-elastictradebot-elastic
authored andcommitted
Fix Ruff failures (#5083)
(cherry picked from commit 6adee51)
1 parent b46c821 commit 67d8ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "1.3.32"
3+
version = "1.3.33"
44
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 Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"

tests/test_all_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ def test_build_fields_min_stack(self):
12931293

12941294
errors = []
12951295
for build_field, field_versions in build_fields.items():
1296-
start_ver, end_ver = field_versions
1296+
start_ver, _ = field_versions
12971297
# when a _new_ build time field is introduced, _all_ rules _must_ have a min_stack_version for the stack
12981298
# version in which the field was introduced. This is because the initial change will result in a hash
12991299
# change which is different because of the build time fields.

0 commit comments

Comments
 (0)