Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7ac18f1

Browse files
authored
Make .style.yapf and .pylintrc agree on line length (#50510)
For flutter/flutter#143243 yapf and pylint check different things, but occasionally overlap. I think we'll just have to make them agree when we catch them fighting.
1 parent 66faf62 commit 7ac18f1

File tree

2 files changed

+58
-150
lines changed

2 files changed

+58
-150
lines changed

.style.yapf

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ blank_line_before_module_docstring = true
99
dedent_closing_brackets = true
1010
coalesce_brackets = true
1111
each_dict_entry_on_separate_line = false
12+
# Match the number in .pylintrc at
13+
# https://github.com/flutter/engine/blob/main/.pylintrc#L135
14+
column_limit = 100

0 commit comments

Comments
 (0)