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