Skip to content

Commit

Permalink
Merge pull request #16 from code-yeongyu/feature/remove-unused-pautof…
Browse files Browse the repository at this point in the history
…lake
  • Loading branch information
code-yeongyu authored Apr 11, 2023
2 parents e80afd3 + d22d20d commit 987a2a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test(context: Context):
@task
def format_code(context: Context, verbose: bool = False):
commands = [
f'pautoflake {get_project_path()}',
f'ruff --fix {get_project_path()}',
f'yapf --in-place --recursive --parallel {get_project_path()}',
]
Expand Down

0 comments on commit 987a2a8

Please sign in to comment.