forked from bridgecrewio/checkov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flake8
14 lines (13 loc) · 747 Bytes
/
.flake8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# can be moved to pyproject.toml some day
# https://github.com/PyCQA/flake8/issues/234
[flake8]
max-line-length = 120
# E501 doesn't work with black together
ignore = E203,E231,E302,E305,E501,E731,W291,W292,W293,W503,W504,DUO107,DUO104,DUO130,DUO109,DUO116,B950,TC001,TC003,TC006
select = C,E,F,W,B,B9,A,TC
extend-exclude = .github, .pytest_cache, bin/*, docs/*, kubernetes/*, venv/*, tests/*, flake8_plugins/*, checkov/cloudformation/*, checkov/terraform/*, checkov/example_runner/*, checkov/kustomize/*, checkov/helm/*
[flake8:local-plugins]
extension =
CCE = flake8_plugins.flake8_class_attributes_plugin.flake8_class_attributes.checker:ClassAttributesChecker
paths =
. flake8_plugins/flake8_class_attributes_plugin/flake8_class_attributes