aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 528512ac6..9e178ad65 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,13 @@
1# Python settings for QMK 1# Python settings for QMK
2[flake8]
3ignore =
4 # QMK is ok with long lines.
5 E501
6per_file_ignores =
7 **/__init__.py:F401
8
9# Let's slowly crank this down
10max_complexity=16
2 11
3[yapf] 12[yapf]
4# Align closing bracket with visual indentation. 13# Align closing bracket with visual indentation.