mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-20 20:56:20 +00:00
Fix linting issues with flake8 and black. Add pre-commit congifuration, update documnetation for it. Apply linting check in Travis CI.
6 lines
111 B
INI
6 lines
111 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503, B903
|
|
max-line-length = 120
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,B9
|