mirror of
https://github.com/mandiant/capa.git
synced 2026-01-06 17:53:59 -08:00
flake8: initial copyright config
This commit is contained in:
6
.github/flake8.ini
vendored
6
.github/flake8.ini
vendored
@@ -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"
|
||||
Reference in New Issue
Block a user