From 1d06504f353f0221c386346ce313bae25abb61a3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:25:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- autofff/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autofff/config.py b/autofff/config.py index b0dbdd2..6bbb887 100644 --- a/autofff/config.py +++ b/autofff/config.py @@ -57,9 +57,7 @@ GCC_SCANNER_CPP_DEFINE_PREFIX_DEF = "-D" GCC_SCANNER_NON_STANDARD_IGNORE_PATTERN = "non_standard_ignore_pattern" -GCC_SCANNER_NON_STANDARD_IGNORE_PATTERN_DEF = ( - r"([\s\n]*(\W(__asm|asm|__asm__)\W)[\s\n]*(volatile|[\s\n]*)(goto|[\s\n]*)(.|\n|;)*?;)" -) +GCC_SCANNER_NON_STANDARD_IGNORE_PATTERN_DEF = r"([\s\n]*(\W(__asm|asm|__asm__)\W)[\s\n]*(volatile|[\s\n]*)(goto|[\s\n]*)(.|\n|;)*?;)" GCC_SCANNER_ERROR_CONTEXT_PREV_LINES = "error_context_prev_lines" GCC_SCANNER_ERROR_CONTEXT_PREV_LINES_MIN = 0