We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689a2d9 commit 44c0f85Copy full SHA for 44c0f85
codeflash/code_utils/formatter.py
@@ -13,7 +13,7 @@
13
from pathlib import Path
14
15
16
-def should_format_file(filepath, max_lines_changed=50):
+def should_format_file(filepath, max_lines_changed=100):
17
try:
18
# check if black is installed
19
subprocess.run(['black', '--version'], check=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
0 commit comments