Skip to content

Commit 44c0f85

Browse files
the max lines for formatting changes to 100
1 parent 689a2d9 commit 44c0f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pathlib import Path
1414

1515

16-
def should_format_file(filepath, max_lines_changed=50):
16+
def should_format_file(filepath, max_lines_changed=100):
1717
try:
1818
# check if black is installed
1919
subprocess.run(['black', '--version'], check=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)

0 commit comments

Comments
 (0)