mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-02-14 18:09:56 +00:00
* Make config initialized explicitly * Add mypy linting * Make tests run individually Resolve #341
7 lines
141 B
INI
7 lines
141 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503, B903, T499
|
|
max-line-length = 120
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,B9,T4
|
|
mypy_config=mypy.ini
|