Skip to content

Commit 8b41671

Browse files
build(deps): bump flake8 from 7.1.1 to 7.2.0 (#2648)
* build(deps): bump flake8 from 7.1.1 to 7.2.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.2.0. - [Commits](PyCQA/flake8@7.1.1...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix lints (#2671) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Hunhoff <[email protected]>
1 parent 5dbbc2b commit 8b41671

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dev = [
125125
"pytest==8.0.0",
126126
"pytest-sugar==1.0.0",
127127
"pytest-instafail==0.5.0",
128-
"flake8==7.1.1",
128+
"flake8==7.2.0",
129129
"flake8-bugbear==24.12.12",
130130
"flake8-encodings==0.5.1",
131131
"flake8-comprehensions==3.16.0",

scripts/capa2yara.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ def convert_rule(rule, rulename, cround, depth):
175175
depth += 1
176176
logger.info("recursion depth: %d", depth)
177177

178-
global var_names
179-
180178
def do_statement(s_type, kid):
181179
yara_strings = ""
182180
yara_condition = ""

0 commit comments

Comments
 (0)