We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e80afd3 + d22d20d commit 987a2a8Copy full SHA for 987a2a8
tasks.py
@@ -32,7 +32,6 @@ def test(context: Context):
32
@task
33
def format_code(context: Context, verbose: bool = False):
34
commands = [
35
- f'pautoflake {get_project_path()}',
36
f'ruff --fix {get_project_path()}',
37
f'yapf --in-place --recursive --parallel {get_project_path()}',
38
]
0 commit comments