forked from bridgecrewio/checkov
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flake8
More file actions
14 lines (13 loc) · 645 Bytes
/
.flake8
File metadata and controls
14 lines (13 loc) · 645 Bytes
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
# E203,E501 don't work with black together
ignore = E203,E501,E731,W503,W504,DUO107,DUO104,DUO130,DUO109,DUO116,B028,B950,TC001,TC003,TC006,B907,B038,B909
select = C,E,F,W,B,B9,A,TC
extend-exclude = .github, .pytest_cache, docs/*, venv/*, tests/*, flake8_plugins/*, cdk_integration_tests/src/python/*
[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