Skip to content

Commit d22d20d

Browse files
committed
Remove unused pautoflake
1 parent 10a3ea3 commit d22d20d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test(context: Context):
3232
@task
3333
def format_code(context: Context, verbose: bool = False):
3434
commands = [
35-
f'pautoflake {get_project_path()}',
3635
f'ruff --fix {get_project_path()}',
3736
f'yapf --in-place --recursive --parallel {get_project_path()}',
3837
]

0 commit comments

Comments
 (0)