flake8: initial copyright config

This commit is contained in:
Willi Ballenthin
2023-07-13 04:57:36 +02:00
parent 5088f45b6a
commit e987fc2034

6
.github/flake8.ini vendored
View File

@@ -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
capa/features/extractors/binja/find_binja_api.py: T201
copyright-check = True
copyright-regexp = "Copyright"