forked from jiuka/checkmk_veeam_o365
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flake8
More file actions
12 lines (12 loc) · 645 Bytes
/
Copy path.flake8
File metadata and controls
12 lines (12 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
# In .style.yapf and .pylintrc we use 100, but in some cases this isn't enforced.
max-line-length=550
ignore=
################################################################################################
# Miscellaneous stuff
################################################################################################
################################################################################################
# Incompatible with YAPF
################################################################################################
# unexpected spaces around keyword / parameter equals
E251,