From e987fc2034c1aa3e6cfc7d750b55ad3871b9f71e Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 13 Jul 2023 04:57:36 +0200 Subject: [PATCH] flake8: initial copyright config --- .github/flake8.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/flake8.ini b/.github/flake8.ini index 5e0eb3fe..4e141a48 100644 --- a/.github/flake8.ini +++ b/.github/flake8.ini @@ -24,7 +24,6 @@ extend-ignore = # makes lines too long SIM117 - per-file-ignores = # T201 print found. # @@ -35,4 +34,7 @@ per-file-ignores = # IDA tests emit results to output window so need to print tests/test_ida_features.py: T201 # utility used to find the Binary Ninja API via invoking python.exe - capa/features/extractors/binja/find_binja_api.py: T201 \ No newline at end of file + capa/features/extractors/binja/find_binja_api.py: T201 + +copyright-check = True +copyright-regexp = "Copyright" \ No newline at end of file