Skip to content

Commit 987a2a8

Browse files
authored
Merge pull request #16 from code-yeongyu/feature/remove-unused-pautoflake
2 parents e80afd3 + d22d20d commit 987a2a8

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)