summary refs log tree commit diff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5ef2f9ba09..baa6a03967 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,6 +3,8 @@
 ignore =
     # QMK is ok with long lines.
     E501
+    # Conflicts with our yapf config
+    E231
 per_file_ignores =
     **/__init__.py:F401