Skip to content

Commit e5cc29e

Browse files
committed
Enable "Yapf".
1 parent 9740872 commit e5cc29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def clean(ctx, docs=True, bytecode=False):
8080

8181

8282
@task
83-
def formatting(ctx, yapf=False, asciify=True, bibtex=True):
83+
def formatting(ctx, yapf=True, asciify=True, bibtex=True):
8484
"""
8585
Formats the codebase with *Yapf* and converts unicode characters to ASCII.
8686

0 commit comments

Comments
 (0)