Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 9, 2024
1 parent 2745cbe commit 1d06504
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autofff/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d06504

Please sign in to comment.